From 982a7626824dbaa21acb19d304e403fbae178b92 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Sat, 27 May 2017 11:17:51 -0700 Subject: [PATCH] Splits out voucher_code.html --- .../templates/registrasion/voucher_code.html | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 pinaxcon/templates/registrasion/voucher_code.html diff --git a/pinaxcon/templates/registrasion/voucher_code.html b/pinaxcon/templates/registrasion/voucher_code.html deleted file mode 100644 index 66b8d98..0000000 --- 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 %}