From ec71df90c8a9d9bff719b40929e4c608b8f96fa8 Mon Sep 17 00:00:00 2001 From: James Polley Date: Mon, 2 Oct 2017 00:43:11 +1100 Subject: [PATCH 1/2] Enable adding voucher from the review screen --- pinaxcon/templates/registrasion/review.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pinaxcon/templates/registrasion/review.html b/pinaxcon/templates/registrasion/review.html index 376a73ea..fe17567c 100644 --- a/pinaxcon/templates/registrasion/review.html +++ b/pinaxcon/templates/registrasion/review.html @@ -9,7 +9,22 @@ t-shirts and social event tickets. {% endblock %} +{% block scripts_extra %} + {{ voucher_form.media.js }} + + + +{% endblock %} + + {% block content %} + {% items_pending as pending %} {% if pending %} From a4398ad48367db5488ac3202206969130288c355 Mon Sep 17 00:00:00 2001 From: James Polley Date: Mon, 2 Oct 2017 00:47:11 +1100 Subject: [PATCH 2/2] Add symlink to incoporate registrasion docs --- docs/registrasion | 1 + 1 file changed, 1 insertion(+) create mode 120000 docs/registrasion diff --git a/docs/registrasion b/docs/registrasion new file mode 120000 index 00000000..94a517d8 --- /dev/null +++ b/docs/registrasion @@ -0,0 +1 @@ +../vendor/registrasion/docs/ \ No newline at end of file