Mercurial > public > sg101
comparison gpp/templates/base.html @ 341:871a54546808
Created a social side block so we can remove the obtrusive twitter bulletin.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 27 Feb 2011 01:03:17 +0000 |
parents | a805c496923f |
children | 8587c7a22094 |
comparison
equal
deleted
inserted
replaced
340:2541d27ca056 | 341:871a54546808 |
---|---|
76 {% endcache %} | 76 {% endcache %} |
77 {% shoutbox %} | 77 {% shoutbox %} |
78 {% cache 60 irc_block %} | 78 {% cache 60 irc_block %} |
79 {% irc_status %} | 79 {% irc_status %} |
80 {% endcache %} | 80 {% endcache %} |
81 {% include 'core/social_block.html' %} | |
81 </div> | 82 </div> |
82 | 83 |
83 <div id="content-primary" class="span-19 last"> | 84 <div id="content-primary" class="span-19 last"> |
84 {% block content %} | 85 {% block content %} |
85 {% endblock %} | 86 {% endblock %} |