mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-17 06:20:33 +00:00
Back link now returns to change list
This commit is contained in:
parent
def6b940f2
commit
3bc05b0fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
{% block object-tools %}
|
||||
<ul class="object-tools">
|
||||
<li>
|
||||
<a href="../../">
|
||||
<a href="../">
|
||||
{% blocktrans with opts.verbose_name_plural|capfirst as model %}Return to {{ model }}{% endblocktrans %}
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue