summaryrefslogtreecommitdiffstats
path: root/templates/frontpage.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/frontpage.html')
-rw-r--r--templates/frontpage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/frontpage.html b/templates/frontpage.html
index 28206b6..eed6098 100644
--- a/templates/frontpage.html
+++ b/templates/frontpage.html
@@ -16,7 +16,7 @@
{% if entry.is_deletion %}
{{ entry.object_repr }}
{% else %}
- <a href="admin/{{ 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 %}