summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-06-10 05:37:53 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-06-10 05:37:53 +0100
commiteed4fea25589fd25b4c7e4988cda1bcc9ebab598 (patch)
treeb7436b7ee4d81f7c55e2253552d1a8de77853316 /templates
parentd89a4b695804ff51e0c6cca2096a945804ab5bc7 (diff)
downloadtroggle-eed4fea25589fd25b4c7e4988cda1bcc9ebab598.tar.gz
troggle-eed4fea25589fd25b4c7e4988cda1bcc9ebab598.tar.bz2
troggle-eed4fea25589fd25b4c7e4988cda1bcc9ebab598.zip
[svn] Fixed a bug with QMs with numbers between 1 and 10, and fixed the links in the recent changes box.
Diffstat (limited to 'templates')
-rw-r--r--templates/frontpage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/frontpage.html b/templates/frontpage.html
index 20028a3..bf04709 100644
--- a/templates/frontpage.html
+++ b/templates/frontpage.html
@@ -20,7 +20,7 @@
{% if entry.is_deletion %}
{{ entry.object_repr }}
{% else %}
- <a href="{{ entry.get_admin_url }}">{{ entry.object_repr }}</a>
+ <a href="admin/{{ entry.get_admin_url }}">{{ entry.object_repr }}</a>
{% endif %}
<br/>
{% if entry.content_type %}