summaryrefslogtreecommitdiffstats
path: root/templates/frontpage.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/frontpage.html')
-rw-r--r--templates/frontpage.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/frontpage.html b/templates/frontpage.html
index 5f0bf18..534602d 100644
--- a/templates/frontpage.html
+++ b/templates/frontpage.html
@@ -4,7 +4,7 @@
{% block title %}Cambridge Expeditions to Austria{% endblock %}
{% block related %}
- <h2>Recent Actions</h2>
+ <h2>Recent Actions - admin user</h5>
{% load log %}
{% get_admin_log 10 as admin_log for_user 1 %}
{% if not admin_log %}
@@ -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="{{ entry.get_admin_url }}/">{{ entry.object_repr }}</a>
{% endif %}
<br/>
{% if entry.content_type %}