Mercurial > public > sg101
comparison sg101/templates/store/base.html @ 1018:02ae9a4a846a
ManifestStaticFilesStorage: get rid of STATIC_URL in templates.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 06 Dec 2015 21:49:39 -0600 |
parents | 3262dd0246d4 |
children | 565c31469bea |
comparison
equal
deleted
inserted
replaced
1017:21c592cac71c | 1018:02ae9a4a846a |
---|---|
1 {% extends 'base.html' %} | 1 {% extends 'base.html' %} |
2 {% load static from staticfiles %} | |
2 {% block content %} | 3 {% block content %} |
3 | 4 |
4 <h2>SurfGuitar101 Store</h2> | 5 <h2>SurfGuitar101 Store</h2> |
5 | 6 |
6 {% block status_msg %}{% endblock %} | 7 {% block status_msg %}{% endblock %} |
59 & The Nightriders</strong>, has put together the definitive guide to the | 60 & The Nightriders</strong>, has put together the definitive guide to the |
60 hundreds of singles and albums from surf music's golden era of 1961-165. Now in | 61 hundreds of singles and albums from surf music's golden era of 1961-165. Now in |
61 its fourth edition, this book features more information, an expanded index, and | 62 its fourth edition, this book features more information, an expanded index, and |
62 color photos. Foreword by Dick Dale, the King of the Surf Guitar himself! | 63 color photos. Foreword by Dick Dale, the King of the Surf Guitar himself! |
63 </p> | 64 </p> |
64 <p><img src="{{ STATIC_URL }}store/blairs_book.jpg" /></p> | 65 <p><img src="{% static "store/blairs_book.jpg" %}" /></p> |
65 <p>Order now at <a href="http://johnblair.us">John Blair's website</a>.</p> | 66 <p>Order now at <a href="http://johnblair.us">John Blair's website</a>.</p> |
66 | 67 |
67 <hr /> | 68 <hr /> |
68 | 69 |
69 <h4>Reverb Junkies</h4> | 70 <h4>Reverb Junkies</h4> |