diff gpp/templates/base.html @ 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 5232d5808057
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>