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