Adds line to review

This commit is contained in:
Christopher Neugebauer 2017-10-04 06:39:28 -07:00
parent c82ad6c118
commit bf7f61d886

View 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 %}