# HG changeset patch # User Brian Neal # Date 1298771929 0 # Node ID 8587c7a220941a073446eff99c6b8f44689bdac5 # Parent 871a54546808337e5727dc5ed67dac5259f1c9cf Moved the social block up higher, just below the main nav. diff -r 871a54546808 -r 8587c7a22094 gpp/templates/base.html --- a/gpp/templates/base.html Sun Feb 27 01:03:17 2011 +0000 +++ b/gpp/templates/base.html Sun Feb 27 01:58:49 2011 +0000 @@ -71,6 +71,7 @@
  • Search
  • Yahoo Group
  • + {% include 'core/social_block.html' %} {% cache 300 potd_block %} {% photo_of_the_day %} {% endcache %} @@ -78,7 +79,6 @@ {% cache 60 irc_block %} {% irc_status %} {% endcache %} - {% include 'core/social_block.html' %}