diff gpp/templates/base.html @ 317:2934a867c2ef

Updating home page text for #147. Several other minor tweaks; adding favicon.ico.
author Brian Neal <bgneal@gmail.com>
date Wed, 02 Feb 2011 20:37:17 +0000
parents 88b2b9cb8c1f
children 0c18dfb1da1c
line wrap: on
line diff
--- a/gpp/templates/base.html	Sun Jan 30 20:02:32 2011 +0000
+++ b/gpp/templates/base.html	Wed Feb 02 20:37:17 2011 +0000
@@ -28,7 +28,7 @@
 {% block custom_js %}{% endblock %}
 <script type="text/javascript" src="{{ STATIC_URL }}js/jquery.cycle.all.min.js"></script>
 <script type="text/javascript" src="{{ STATIC_URL }}js/shoutbox.js"></script>
-<!-- <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ STATIC_URL }}images/favicon.ico" /> -->
+<link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ STATIC_URL }}favicon.ico" />
 </head>
 <body>
 <div id="page" class="container">
@@ -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>