diff --git a/src/project/templates/project/includes/field.html b/src/project/templates/project/includes/field.html index e1289dd..25e8138 100644 --- a/src/project/templates/project/includes/field.html +++ b/src/project/templates/project/includes/field.html @@ -1,7 +1,10 @@ {% with field.field.widget.input_type as type %}
- Test - {{ type }} +
+ {{ field.field.widget.input_type }} + {{ field.widget.input_type }} + {{ field.input_type }} +
{% if label or type == 'checkbox' or type == 'radio' %} {% endif %}