Mercurial > public > sg101
comparison gpp/templates/base.html @ 357:8e3f252e4fbb
Fixing #155; adding some links to the mp3 comps in the base template.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 04 Mar 2011 02:41:49 +0000 |
parents | 8587c7a22094 |
children | 5219c7cc5a53 |
comparison
equal
deleted
inserted
replaced
356:f54bf3b3bece | 357:8e3f252e4fbb |
---|---|
77 {% endcache %} | 77 {% endcache %} |
78 {% shoutbox %} | 78 {% shoutbox %} |
79 {% cache 60 irc_block %} | 79 {% cache 60 irc_block %} |
80 {% irc_status %} | 80 {% irc_status %} |
81 {% endcache %} | 81 {% endcache %} |
82 {% include 'core/mp3comp_block.html' %} | |
82 </div> | 83 </div> |
83 | 84 |
84 <div id="content-primary" class="span-19 last"> | 85 <div id="content-primary" class="span-19 last"> |
85 {% block content %} | 86 {% block content %} |
86 {% endblock %} | 87 {% endblock %} |