changeset 250:29679b0b98ad

Some tweaks to the templates before the first beta. Hide the donations module for now.
author Brian Neal <bgneal@gmail.com>
date Sun, 19 Sep 2010 20:42:25 +0000
parents bd247db80052
children 8525fb4109cc
files gpp/templates/base.html gpp/templates/home.html
diffstat 2 files changed, 3 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
       <li><a href="{% url news-submit %}">Submit News</a></li>
       <li><a href="{% url gcalendar-index %}">Calendar</a></li>
       <li><a href="{% url contact-form %}">Contact</a></li>
-      <li><a href="{% url donations-index %}">Donations</a></li>
+      {# <li><a href="{% url donations-index %}">Donations</a></li> #}
       <li><a href="{% url downloads-index %}">Downloads</a></li>
       <li><a href="{% url forums-index %}">Forums</a></li>
       <li><a href="{% url irc-main %}">IRC</a></li>
@@ -84,10 +84,6 @@
 
 <div id="footer" class="prepend-5 span-19">
    <p>
-   TODO: Should put links to various policies down here. Additional navigation could go here.
-   Add a colophon.
-   </p>
-   <p>
    <a href="{% url contact-form %}">Contact Us</a> &bull;
    <a href="/about/">About Us</a> &bull;
    <a href="/policy/tos/">Terms of Service</a> &bull; 
@@ -102,16 +98,6 @@
    music alive.</p>
 </div>
 
-{% if debug %}
-<div id="debug" class="span-24">
-<ol>
-{% for s in sql_queries %}
-<li>{{ s.sql }} : <b>({{ s.time }})</b></li>
-{% endfor %}
-</ol>
-</div>
-{% endif %}
-
 </div>
 </body>
 </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 @@
 </div>
 <div class="span-10 last">
 <p>You are looking at a test version of the new SurfGuitar101 website, dubbed <strong>SG101 2.0</strong>. 
-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 
 <a href="http://code.surfguitar101.com">code.surfguitar101.com</a>. Existing SG101 members are encouraged
@@ -39,8 +38,8 @@
 </div>
 <p>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.</p>
+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.</p>
 {% cache 3600 home_bulletins %}
    {% current_bulletins %}
 {% endcache %}