diff --git a/pinaxcon/templates/registrasion/voucher_code.html b/pinaxcon/templates/registrasion/voucher_code.html new file mode 100644 index 0000000000000000000000000000000000000000..66b8d98a7b40cc190c4fc0491c8bc03673b708c7 --- /dev/null +++ b/pinaxcon/templates/registrasion/voucher_code.html @@ -0,0 +1,26 @@ +{% extends "registrasion/base.html" %} +{% load bootstrap %} + +{% block body %} + +

Enter voucher code

+ +

If you have a voucher code, you can enter it here to get + discounts on products, or unlock products that aren't otherwise + available.

+ +
+ {% csrf_token %} + + + {{ voucher_form|bootstrap }} +
+ +
+ + Back to dashboard +
+
+ + +{% endblock %}