From 982a7626824dbaa21acb19d304e403fbae178b92 2017-05-27 18:17:51 From: Christopher Neugebauer Date: 2017-05-27 18:17:51 Subject: [PATCH] Splits out voucher_code.html --- diff --git a/pinaxcon/templates/registrasion/voucher_code.html b/pinaxcon/templates/registrasion/voucher_code.html deleted file mode 100644 index 66b8d98a7b40cc190c4fc0491c8bc03673b708c7..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/registrasion/voucher_code.html +++ /dev/null @@ -1,26 +0,0 @@ -{% 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 }} -
- - -
- - -{% endblock %}