diff hgscm/templates/base.html @ 65:57ece5687f92

Add 'about this page' site
author David Soria Parra <dsp@php.net>
date Wed, 18 Feb 2009 05:58:08 +0100
parents 5cbab8b1194c
children bef09338eceb
line wrap: on
line diff
--- a/hgscm/templates/base.html	Wed Feb 18 04:26:49 2009 +0100
+++ b/hgscm/templates/base.html	Wed Feb 18 05:58:08 2009 +0100
@@ -42,7 +42,8 @@
 		<div id="footer">
 			design by <a href="http://www.designpunct.ro">punct</a> /
 			design courtesy of <a href="http://www.bitbucket.org/">bitbucket</a> /
-			licensed under <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GPLv2</a>
+			licensed under <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GPLv2</a> /
+			<a href="{% url thepage %}">about this page</a>
 		</div>
 		
 	</body>