From b350755fe26ee6a26adc06bfe81b63ae1d7850d8 Mon Sep 17 00:00:00 2001 From: David Jean Louis Date: Wed, 26 Mar 2014 10:16:52 +0000 Subject: [PATCH] Fixed issue #133 (recent Actions links have an unecessary /admin/ prefix) --- .../templates/admin_tools/dashboard/modules/recent_actions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_tools/dashboard/templates/admin_tools/dashboard/modules/recent_actions.html b/admin_tools/dashboard/templates/admin_tools/dashboard/modules/recent_actions.html index fbeaaa9..216af77 100644 --- a/admin_tools/dashboard/templates/admin_tools/dashboard/modules/recent_actions.html +++ b/admin_tools/dashboard/templates/admin_tools/dashboard/modules/recent_actions.html @@ -9,7 +9,7 @@ {% if child.is_deletion %} {% if child.content_type %}{% filter capfirst %}{% trans child.content_type.name %}{% endfilter %} {% endif %}{{ child.object_repr }} {% else %} - {% if child.content_type %}{% filter capfirst %}{% trans child.content_type.name %}{% endfilter %} {% endif %}{{ child.object_repr }} + {% if child.content_type %}{% filter capfirst %}{% trans child.content_type.name %}{% endfilter %} {% endif %}{{ child.object_repr }} {% endif %} {% endfor %}