changeset 559:b9a41956be23

Adding the RFB banner block.
author Brian Neal <bgneal@gmail.com>
date Thu, 02 Feb 2012 19:05:46 -0600
parents 9a68fd3bd8a5
children 4e891919c63f
files gpp/templates/base.html
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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 %}