From eac35f3604c4b029d06dc2bc725dc2521bd4d17b Mon Sep 17 00:00:00 2001 From: James Polley Date: Sun, 31 Dec 2017 17:22:41 +1100 Subject: [PATCH] Add a button class so that the button gets drawn --- pinaxcon/templates/registrasion/amend_registration.html | 6 +++--- pinaxcon/templates/registrasion/product_category.html | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pinaxcon/templates/registrasion/amend_registration.html b/pinaxcon/templates/registrasion/amend_registration.html index 613cf548..c27d58ec 100644 --- a/pinaxcon/templates/registrasion/amend_registration.html +++ b/pinaxcon/templates/registrasion/amend_registration.html @@ -28,7 +28,7 @@ {% csrf_token %} {% include "_form_snippet.html" with form=form %}
- +
@@ -36,7 +36,7 @@

Generate invoice

- Check out cart and view invoice + Check out cart and view invoice

@@ -47,7 +47,7 @@ {% csrf_token %} {% include "_form_snippet.html" with form=voucher_form %}
- + {% endblock %} diff --git a/pinaxcon/templates/registrasion/product_category.html b/pinaxcon/templates/registrasion/product_category.html index 182e8247..0e7fc883 100644 --- a/pinaxcon/templates/registrasion/product_category.html +++ b/pinaxcon/templates/registrasion/product_category.html @@ -21,7 +21,9 @@ {% block content %} - +
+ +
{% csrf_token %}