comparison gpp/templates/base.html @ 367:cb121a3abf46

Fixing #176; add a side block for current polls.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 Mar 2011 20:54:26 +0000
parents 5219c7cc5a53
children b76af55aafe4
comparison
equal deleted inserted replaced
366:5219c7cc5a53 367:cb121a3abf46
6 {% load shoutbox_tags %} 6 {% load shoutbox_tags %}
7 {% load irc_tags %} 7 {% load irc_tags %}
8 {% load potd_tags %} 8 {% load potd_tags %}
9 {% load messages_tags %} 9 {% load messages_tags %}
10 {% load script_tags %} 10 {% load script_tags %}
11 {% load poll_tags %}
11 {% load cache %} 12 {% load cache %}
12 <head><title>SurfGuitar101.com | {% block title %}{% endblock %}</title> 13 <head><title>SurfGuitar101.com | {% block title %}{% endblock %}</title>
13 <meta http-equiv="Content-Type" content="text/html" /> 14 <meta http-equiv="Content-Type" content="text/html" />
14 <meta http-equiv="Content-Language" content="en-US" /> 15 <meta http-equiv="Content-Language" content="en-US" />
15 <meta name="robots" content="all" /> 16 <meta name="robots" content="all" />
78 {% endcache %} 79 {% endcache %}
79 {% shoutbox %} 80 {% shoutbox %}
80 {% cache 60 irc_block %} 81 {% cache 60 irc_block %}
81 {% irc_status %} 82 {% irc_status %}
82 {% endcache %} 83 {% endcache %}
84 {% latest_poll_block %}
83 {% include 'core/mp3comp_block.html' %} 85 {% include 'core/mp3comp_block.html' %}
84 </div> 86 </div>
85 87
86 <div id="content-primary" class="span-19 last"> 88 <div id="content-primary" class="span-19 last">
87 {% block content %} 89 {% block content %}