From 4de14e1651f855c64ea245f6a434325c3d3eee42 Mon Sep 17 00:00:00 2001 From: Simon Caminada Date: Mon, 26 Mar 2018 17:53:48 +0200 Subject: [PATCH] fix --- src/project/templates/project/includes/field.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 %}