more html

This commit is contained in:
Kenneth Love 2013-07-18 13:40:50 -07:00
parent ef77c8242d
commit 76ab676530

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>