# HG changeset patch # User Brian Neal # Date 1299206509 0 # Node ID 8e3f252e4fbb3340b1a1f5691f3f3b92b885ec0c # Parent f54bf3b3bece97975412c8e5a5952ca4ee679b89 Fixing #155; adding some links to the mp3 comps in the base template. diff -r f54bf3b3bece -r 8e3f252e4fbb gpp/templates/base.html --- a/gpp/templates/base.html Fri Mar 04 02:10:37 2011 +0000 +++ b/gpp/templates/base.html Fri Mar 04 02:41:49 2011 +0000 @@ -79,6 +79,7 @@ {% cache 60 irc_block %} {% irc_status %} {% endcache %} + {% include 'core/mp3comp_block.html' %}
diff -r f54bf3b3bece -r 8e3f252e4fbb gpp/templates/core/mp3comp_block.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gpp/templates/core/mp3comp_block.html Fri Mar 04 02:41:49 2011 +0000 @@ -0,0 +1,10 @@ +{% extends 'side_block.html' %} +{% block block_title %}SG101 MP3 Comps{% endblock %} +{% block block_content %} +2005 +2006 +2007 +2008 +2009 +2010 +{% endblock %}