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