diff --git a/registrasion/templates/product_category.html b/registrasion/templates/product_category.html new file mode 100644 index 0000000000000000000000000000000000000000..0e567bf09263bde76456f6fdee2ae12a164edbcc --- /dev/null +++ b/registrasion/templates/product_category.html @@ -0,0 +1,28 @@ + + +{% extends "site_base.html" %} +{% block body %} + +

Product Category: {{ category.name }}

+ +

{{ category.description }}

+ +
+ {% csrf_token %} + + + {{ voucher_form }} +
+ + + + + {{ form }} +
+ + + +
+ + +{% endblock %}