diff --git a/pinaxcon/templates/registrasion/voucher_code.html b/pinaxcon/templates/registrasion/voucher_code.html new file mode 100644 index 0000000..66b8d98 --- /dev/null +++ b/pinaxcon/templates/registrasion/voucher_code.html @@ -0,0 +1,26 @@ +{% extends "registrasion/base.html" %} +{% load bootstrap %} + +{% block body %} + +
If you have a voucher code, you can enter it here to get + discounts on products, or unlock products that aren't otherwise + available.
+ + + + +{% endblock %}