# HG changeset patch # User Brian Neal # Date 1482852668 21600 # Node ID be34f981596e916fd6ccadff77f03df0562b69b8 # Parent fa5d03c5c28ce4f77579c7aa02ccc78eb0fed592 Update MP3 comp block for 2016. Add block for V3. diff -r fa5d03c5c28c -r be34f981596e sg101/templates/core/mp3comp_block.html --- a/sg101/templates/core/mp3comp_block.html Sun Dec 18 21:19:34 2016 -0600 +++ b/sg101/templates/core/mp3comp_block.html Tue Dec 27 09:31:08 2016 -0600 @@ -12,4 +12,5 @@ 2013 2014 2015 +2016 {% endblock %} diff -r fa5d03c5c28c -r be34f981596e sg101/templates/core/v3/mp3comp_block.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sg101/templates/core/v3/mp3comp_block.html Tue Dec 27 09:31:08 2016 -0600 @@ -0,0 +1,31 @@ +
+
+
SG101 MP3 Comps
+
+ +
diff -r fa5d03c5c28c -r be34f981596e sg101/templates/v3/base.html --- a/sg101/templates/v3/base.html Sun Dec 18 21:19:34 2016 -0600 +++ b/sg101/templates/v3/base.html Tue Dec 27 09:31:08 2016 -0600 @@ -200,6 +200,7 @@ {% cache 3600 birthday_block_v3 %} {% birthday_block %} {% endcache %} + {% include 'core/v3/mp3comp_block.html' %}
{% block content %}{% endblock %}