summaryrefslogtreecommitdiffstats
path: root/templates/devel/admin_log.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/devel/admin_log.html')
-rw-r--r--templates/devel/admin_log.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/admin_log.html b/templates/devel/admin_log.html
index 1629c10..0513049 100644
--- a/templates/devel/admin_log.html
+++ b/templates/devel/admin_log.html
@@ -48,7 +48,7 @@
{% if entry.is_deletion %}
{{ entry.object_repr }}
{% else %}
- <a href="/admin/{{ entry.get_admin_url }}">{{ entry.object_repr }}</a>
+ <a href="{{ entry.get_admin_url }}">{{ entry.object_repr }}</a>
{% endif %}
</td>
<td>{{ entry.change_message }}</td>