diff --git a/templates/item_form.html b/templates/item_form.html index 20371f5..b2438f8 100644 --- a/templates/item_form.html +++ b/templates/item_form.html @@ -5,57 +5,120 @@ {% if item %}Update{% else %}Add{% endif %} Item {% include 'favicon.html' %} + + {% include 'header.html' %} -
-

{% if item %}Update{% else %}Add{% endif %} Item

+ +
+
+

{% if item %}Update{% else %}Add{% endif %} Item

- - {% if error %} -

{{ error }}

- {% endif %} + + {% if error %} +
+ {{ error }} +
+ {% endif %} - -
- {% for attrib in item_attributes -%} -

- - {%- if attrib.html_input_type == "select" %} - - - {%- else %} - - - {%- endif %} -

- {% endfor %} -

- -
+
+
+
+ {% for attrib in item_attributes -%} +
+
+ + + {%- if attrib.html_input_type == "select" %} + + + {%- else %} + + + {%- endif %} +
+
+ {% endfor %} +
+ + +
+
+ + +
+
+
+
+
- + + \ No newline at end of file