Merge branch 'fix-history' of github.com:brack3t/django-admin2 into fix-history

This commit is contained in:
Chris Jones 2013-07-18 13:46:17 -07:00
commit 14d2a20431

View file

@ -9,9 +9,7 @@
{% else %}
<span class="deleted">-</span>
{% endif %}
{% with action.get_edited_object as object %}
{{ object }}
{% endwith %}
<a href="{{ action.get_admin_url }}">{{ action }}</a>
</li>
{% endfor %}
</ol>