admin: fix wrong name in template

This commit is contained in:
Jens Langhammer
2020-05-20 13:55:17 +02:00
parent 969da05437
commit c329a724e8
5 changed files with 10 additions and 10 deletions

View File

@ -31,7 +31,7 @@
<a class="pf-c-dropdown__menu-item" href="{% url 'passbook_admin:source-create' %}?type={{ type }}&back={{ request.get_full_path }}">
{{ name|verbose_name }}<br>
<small>
{{ trans|doc }}
{{ name|doc }}
</small>
</a>
</li>
@ -106,7 +106,7 @@
<a class="pf-c-dropdown__menu-item" href="{% url 'passbook_admin:source-create' %}?type={{ type }}&back={{ request.get_full_path }}">
{{ name|verbose_name }}<br>
<small>
{{ trans|doc }}
{{ name|doc }}
</small>
</a>
</li>