diff --git a/myproject/products/templates/products/productkit_make_permanent.html b/myproject/products/templates/products/productkit_make_permanent.html index 6d52b68..6ffe6e6 100644 --- a/myproject/products/templates/products/productkit_make_permanent.html +++ b/myproject/products/templates/products/productkit_make_permanent.html @@ -26,8 +26,13 @@ {% csrf_token %}
- - {{ form.name }} + + {% if form.name.errors %}
{{ form.name.errors }} @@ -36,8 +41,11 @@
- - {{ form.description }} + + {% if form.description.errors %}
{{ form.description.errors }} @@ -46,8 +54,18 @@
- - {{ form.categories }} + + {% if form.categories.errors %}
{{ form.categories.errors }} @@ -59,8 +77,18 @@
- - {{ form.tags }} + + {% if form.tags.errors %}
{{ form.tags.errors }} @@ -69,8 +97,14 @@
- - {{ form.sale_price }} + + {% if form.sale_price.errors %}
{{ form.sale_price.errors }}