diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-06-10 05:37:53 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-06-10 05:37:53 +0100 |
commit | 1d421b2d7c0cd478d5c92a54660bd3d085d05b12 (patch) | |
tree | 6bd086551825b79b77998960804c4a972cd03ed1 /templates | |
parent | 4ce282b88ba27968cbfb5f0ec974332e6f9ea90d (diff) | |
download | troggle-1d421b2d7c0cd478d5c92a54660bd3d085d05b12.tar.gz troggle-1d421b2d7c0cd478d5c92a54660bd3d085d05b12.tar.bz2 troggle-1d421b2d7c0cd478d5c92a54660bd3d085d05b12.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.html | 2 |
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 %}
|