Back link now returns to change list

master
Jaap Roes 2011-09-22 15:54:29 +02:00
parent def6b940f2
commit 3bc05b0fa5
1 changed files with 1 additions and 1 deletions

View File

@ -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>