Changeset - bf7f61d886ca
[Not reviewed]
0 0 1
Christopher Neugebauer - 6 years ago 2017-10-04 13:39:28
chrisjrn@gmail.com
Adds line to review
1 file changed with 14 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/review.html
Show inline comments
 
new file 100644
 
{% 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 %}
0 comments (0 inline, 0 general)