# HG changeset patch # User Brian Neal # Date 1460408247 18000 # Node ID 4054f22583b35a22cd038853110e5adca8f57883 # Parent 5a6349fb72bd537267578c2f26407461e5368808 Fix typo on store page. Delete unused store cancel & thanks templates. diff -r 5a6349fb72bd -r 4054f22583b3 sg101/templates/store/base.html --- 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 @@
-

The Illustrated Dicography of Surf Music 1961-1965

+

The Illustrated Discography of Surf Music 1961-1965

diff -r 5a6349fb72bd -r 4054f22583b3 sg101/templates/store/cancel.html --- 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 %} -
- Your order has been canceled. Thanks for looking! -
-{% endblock %} diff -r 5a6349fb72bd -r 4054f22583b3 sg101/templates/store/thanks.html --- 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 %} -
- Your order has been placed! We typically ship within seven days, and you - will receive an email at that time. Thanks for your order! -
-{% endblock %}