diff options
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 %}
|