# HG changeset patch # User Brian Neal # Date 1284928945 0 # Node ID 29679b0b98ade5ae5c34e0399a6a91357a40630d # Parent bd247db800525df4443ca5062cc3fadd9e75be0d Some tweaks to the templates before the first beta. Hide the donations module for now. diff -r bd247db80052 -r 29679b0b98ad gpp/templates/base.html --- a/gpp/templates/base.html Sun Sep 19 00:03:27 2010 +0000 +++ b/gpp/templates/base.html Sun Sep 19 20:42:25 2010 +0000 @@ -57,7 +57,7 @@
  • Submit News
  • Calendar
  • Contact
  • -
  • Donations
  • + {#
  • Donations
  • #}
  • Downloads
  • Forums
  • IRC
  • @@ -84,10 +84,6 @@ -{% if debug %} -
    -
      -{% for s in sql_queries %} -
    1. {{ s.sql }} : ({{ s.time }})
    2. -{% endfor %} -
    -
    -{% endif %} - diff -r bd247db80052 -r 29679b0b98ad gpp/templates/home.html --- a/gpp/templates/home.html Sun Sep 19 00:03:27 2010 +0000 +++ b/gpp/templates/home.html Sun Sep 19 20:42:25 2010 +0000 @@ -29,7 +29,6 @@

    You are looking at a test version of the new SurfGuitar101 website, dubbed SG101 2.0. -All major functionality is here except for the forums (which are still in development). The purpose of this test site is to test the new site software, to get feedback from the user base, and to develop a better theme (colors, logos, layout, etc.) for the site. All bugs and feature requests are being tracked at code.surfguitar101.com. Existing SG101 members are encouraged @@ -39,8 +38,8 @@

    Remember that this is a test site, and not everything is going to work. Nothing here is permanent. The site (content, user accounts, etc.) may be wiped at any time while we fix bugs and add features. -Also, I hope that the look and feel of this site can be greatly improved to something really cool! I'll need -lots of help for this aspect, as I'm more of a coder than a designer.

    +Also, I hope that the look and feel of this site can be improved! I'll need lots of help for this aspect, +as I'm more of a coder than a designer.

    {% cache 3600 home_bulletins %} {% current_bulletins %} {% endcache %}