From cb6df87f948756e8d680a4bb594698ae93a9aad0 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 11 Mar 2010 21:15:11 -0600 Subject: Switch some hardcoded urls to url tag usage Signed-off-by: Dan McGee --- templates/base.html | 6 +++--- templates/public/index.html | 20 ++++++++++---------- urls.py | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/templates/base.html b/templates/base.html index 39b2a625..cc5fadd2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,7 +7,7 @@ - + {% block head %} {% endblock %} @@ -24,7 +24,7 @@
  • Wiki
  • Bugs
  • AUR
  • - Download + Download {% endblock %} @@ -32,7 +32,7 @@ {% if user.is_authenticated %}