+
{{ amount_error }}
{% endif -%}
@@ -35,20 +37,17 @@
placeholder="Price"
aria-label="price"
required
- {%
- if
- !price_error.is_empty()
- -%}
+ {% if !price_error.is_empty() -%}
aria-invalid="true"
aria-describedby="invalid-price"
- {%
- endif
- -%}
+ {% endif -%}
/>
{% if !price_error.is_empty() -%}
- {{ price_error }}
+
+ {{ price_error }}
+
{% endif -%}
diff --git a/templates/item/item.html b/templates/item/item.html
index 070928a..1073399 100644
--- a/templates/item/item.html
+++ b/templates/item/item.html
@@ -1,69 +1,92 @@
-{% extends "main.html" %} {% block title %} Items {% endblock %} {% block
-content %}
+{% extends "main.html" %}
-
+{% block title %} Items {% endblock %}
-
+{% block content %}
-
+
+
+
+
+
+
+
+
Negative Adjustment
+ Positive Adjustment
+
+
+
+
+
+
+
- {% if item.active %}
-
-
-
-
-
+ Inactive
+
+ {% endif %}
+
-
+
-
+ {% if item.active %}
+
+
+
+
+
+
+ {% endif %}
+
+
-
- {% endif %}
-
-
+
+
{% endblock %}
diff --git a/templates/main.html b/templates/main.html
index f25f467..3883f4e 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -18,7 +18,7 @@
-