diff --git a/templates/item_form.html b/templates/item_form.html index 1935683..f958de9 100644 --- a/templates/item_form.html +++ b/templates/item_form.html @@ -18,37 +18,34 @@ {% for attrib in item_attributes -%}
- {% if attrib.html_input_type == "select" %} - - - {% else %} - - - {% endif %} + {%- if attrib.html_input_type == "select" %} + + + {%- else %} + + + {%- endif %}
{% endfor %}