Mercurial > public > sg101
diff 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 |
line wrap: on
line diff
--- a/gpp/templates/base.html Sat Mar 05 19:40:31 2011 +0000 +++ b/gpp/templates/base.html Sat Mar 05 20:54:26 2011 +0000 @@ -8,6 +8,7 @@ {% load potd_tags %} {% load messages_tags %} {% load script_tags %} +{% load poll_tags %} {% load cache %} <head><title>SurfGuitar101.com | {% block title %}{% endblock %}</title> <meta http-equiv="Content-Type" content="text/html" /> @@ -80,6 +81,7 @@ {% cache 60 irc_block %} {% irc_status %} {% endcache %} + {% latest_poll_block %} {% include 'core/mp3comp_block.html' %} </div>