From f22686e7a38b88bc6f2f0321aa87b7d0780c66e6 Mon Sep 17 00:00:00 2001 From: Simon Caminada Date: Mon, 26 Mar 2018 17:18:07 +0200 Subject: [PATCH] test fix --- src/project/templates/project/includes/field.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/project/templates/project/includes/field.html b/src/project/templates/project/includes/field.html index 71c5f7b..72d40d2 100644 --- a/src/project/templates/project/includes/field.html +++ b/src/project/templates/project/includes/field.html @@ -1,6 +1,9 @@ {% with field.field.widget.input_type as type %}
{% if label or type == 'checkbox' or type == 'radio' %} + {{ field }} + Test + {{ type }} {% endif %}