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 ++++++++++----------
2 files changed, 13 insertions(+), 13 deletions(-)
(limited to 'templates')
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 %}
Dashboard
- News
+ News
Signoffs
Todos
Archives
diff --git a/templates/public/index.html b/templates/public/index.html
index e708e4e7..9ba1380b 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -24,7 +24,7 @@
to get your feet wet. Also glance through our wiki
if you want to learn more about Arch.
- Learn more...
+ Learn more...
@@ -40,7 +40,7 @@
{{ news.content|striptags|truncatewords:60 }}
{% endfor %}
- More News...
+ More News...
{% endblock %}
@@ -64,7 +64,7 @@
{% endfor %}
- More Feeds...
+ More Feeds...
More Updates...
@@ -74,7 +74,7 @@
Dev Links:
Support Arch:
Community Links:
Development:
--
cgit v1.2.3-2-g168b