mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Merge branch 'fix-history' of github.com:brack3t/django-admin2 into fix-history
This commit is contained in:
commit
14d2a20431
1 changed files with 1 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue