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