Mercurial > public > sg101
changeset 249:bd247db80052
Tweaks to the home page menu items prior to deploying beta site.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 19 Sep 2010 00:03:27 +0000 |
parents | 0a875f679f07 |
children | 29679b0b98ad |
files | gpp/templates/base.html |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/templates/base.html Sat Sep 18 23:36:32 2010 +0000 +++ b/gpp/templates/base.html Sun Sep 19 00:03:27 2010 +0000 @@ -54,9 +54,11 @@ <ul class="nav-left"> <li><a href="{% url home %}">Home</a></li> <li><a href="{% url news-index_page %}">News</a></li> + <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 downloads-index %}">Downloads</a></li> <li><a href="{% url forums-index %}">Forums</a></li> <li><a href="{% url irc-main %}">IRC</a></li> <li><a href="{% url bio-member_list type='user' %}">Member List</a></li> @@ -66,7 +68,6 @@ <li><a href="{% url polls-main %}">Polls</a></li> <li><a href="{% url potd-view %}">Photo of the Day</a></li> <li><a href="{% url weblinks-main %}">Links</a></li> - <li><a href="{% url downloads-index %}">Downloads</a></li> <li><a href="{% url haystack_search %}">Search</a></li> </ul> {% cache 300 potd_block %}