From bf7f61d886cac85ea0721b04e5881b165bcd1026 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Wed, 4 Oct 2017 06:39:28 -0700 Subject: [PATCH] Adds line to review --- pinaxcon/templates/registrasion/review.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pinaxcon/templates/registrasion/review.html diff --git a/pinaxcon/templates/registrasion/review.html b/pinaxcon/templates/registrasion/review.html new file mode 100644 index 0000000..961fbe4 --- /dev/null +++ b/pinaxcon/templates/registrasion/review.html @@ -0,0 +1,14 @@ +{% extends "registrasion/review_.html" %} +{% comment %} + Blocks that you can override: + - selected_items_intro + - purchased_items_intro + - add_to_selection_intro + - missing_categories_intro + - non_missing_categories_intro + - what_next_intro +{% endcomment %} + +{% block selected_items_intro %} + You've selected the following items, which will be on your statement when you check out: +{% endblock %}