Adds line to review
This commit is contained in:
parent
c82ad6c118
commit
bf7f61d886
1 changed files with 14 additions and 0 deletions
14
pinaxcon/templates/registrasion/review.html
Normal file
14
pinaxcon/templates/registrasion/review.html
Normal file
|
@ -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 %}
|
Loading…
Reference in a new issue