mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-05-27 07:54:01 +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 %}
|
{% block object-tools %}
|
||||||
<ul class="object-tools">
|
<ul class="object-tools">
|
||||||
<li>
|
<li>
|
||||||
<a href="../../">
|
<a href="../">
|
||||||
{% blocktrans with opts.verbose_name_plural|capfirst as model %}Return to {{ model }}{% endblocktrans %}
|
{% blocktrans with opts.verbose_name_plural|capfirst as model %}Return to {{ model }}{% endblocktrans %}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue