diff gpp/templates/base.html @ 559:b9a41956be23

Adding the RFB banner block.
author Brian Neal <bgneal@gmail.com>
date Thu, 02 Feb 2012 19:05:46 -0600
parents 51fa1e0ca218
children
line wrap: on
line diff
--- a/gpp/templates/base.html	Thu Feb 02 18:56:48 2012 -0600
+++ b/gpp/templates/base.html	Thu Feb 02 19:05:46 2012 -0600
@@ -80,6 +80,9 @@
    {% cache 60 irc_block %}
       {% irc_status %}
    {% endcache %}
+   {% cache 300 rfb_block %}
+      {% include 'core/rfb_block.html' %}
+   {% endcache %}
    {% cache 3600 poll_block %}
       {% latest_poll_block %}
    {% endcache %}