diff hgscm/templates/base.html @ 70:bef09338eceb

downloads: add initial handling for downloads We are using json as a format to store our download information as the format is rather simple and can be parsed without problems and dependencies.
author David Soria Parra <dsp@php.net>
date Wed, 18 Feb 2009 15:32:57 +0100
parents 57ece5687f92
children e8119809dfab
line wrap: on
line diff
--- a/hgscm/templates/base.html	Wed Feb 18 09:01:30 2009 +0100
+++ b/hgscm/templates/base.html	Wed Feb 18 15:32:57 2009 +0100
@@ -14,7 +14,7 @@
 			
 		<ul id="nav" class="typeface-js">
 			<li><a href="{% url about %}">about</a></li>
-			<li><a href="javascript:void(0);">download</a></li>
+			<li><a href="{% url downloads %}">download</a></li>
 			<li><a href="javascript:void(0);">extensions</a></li>
 			<li><a href="javascript:void(0);">docs</a></li>
 			<li><a href="javascript:void(0);">community</a></li>