Mercurial > public > sg101
changeset 1072:4054f22583b3
Fix typo on store page.
Delete unused store cancel & thanks templates.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 11 Apr 2016 15:57:27 -0500 |
parents | 5a6349fb72bd |
children | 19d34242473e |
files | sg101/templates/store/base.html sg101/templates/store/cancel.html sg101/templates/store/thanks.html |
diffstat | 3 files changed, 1 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/sg101/templates/store/base.html Sun Apr 10 14:31:08 2016 -0500 +++ b/sg101/templates/store/base.html Mon Apr 11 15:57:27 2016 -0500 @@ -122,7 +122,7 @@ <hr> <section> - <h4>The Illustrated Dicography of Surf Music 1961-1965</h4> + <h4>The Illustrated Discography of Surf Music 1961-1965</h4> <div class="media-object stack-for-small"> <div class="media-object-section"> <div class="thumbnail">
--- a/sg101/templates/store/cancel.html Sun Apr 10 14:31:08 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -{% extends 'store/base.html' %} -{% block status_msg %} -<div class="error"> - Your order has been canceled. Thanks for looking! -</div> -{% endblock %}
--- a/sg101/templates/store/thanks.html Sun Apr 10 14:31:08 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -{% extends 'store/base.html' %} -{% block status_msg %} -<div class="success"> - Your order has been placed! We typically ship within seven days, and you - will receive an email at that time. <strong>Thanks for your order</strong>! -</div> -{% endblock %}