# HG changeset patch # User Brian Neal # Date 1328231146 21600 # Node ID b9a41956be23e6ed85f4f2f388b8cc60b3d002e5 # Parent 9a68fd3bd8a57198c9876293bfa2157a7c38d018 Adding the RFB banner block. diff -r 9a68fd3bd8a5 -r b9a41956be23 gpp/templates/base.html --- 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 %}