diff gpp/templates/base.html @ 475:772ce9385b85

Putting the 50 years of surf music banner on the base template so all pages get it.
author Brian Neal <bgneal@gmail.com>
date Tue, 06 Sep 2011 22:40:34 +0000
parents d0f0800eef0c
children 737a0c261a77
line wrap: on
line diff
--- a/gpp/templates/base.html	Mon Sep 05 23:43:08 2011 +0000
+++ b/gpp/templates/base.html	Tue Sep 06 22:40:34 2011 +0000
@@ -92,6 +92,7 @@
 </div>
 
 <div id="content-primary" class="span-19 last">
+   <div><img src="{{ STATIC_URL }}images/50YrsSG101Banner.jpg" alt="50 Years of Surf Music" /></div>
    {% block content %}
    {% endblock %}
 </div>