Improve admin interface more (back links, better headlines)

This commit is contained in:
Jens Langhammer
2019-02-27 15:48:33 +01:00
parent cbae05c74c
commit c66945623a
9 changed files with 16 additions and 8 deletions

View File

@ -21,7 +21,7 @@
<ul class="dropdown-menu" role="menu" aria-labelledby="createDropdown">
{% for type, name in types.items %}
<li role="presentation"><a role="menuitem" tabindex="-1"
href="{% url 'passbook_admin:factor-create' %}?type={{ type }}">{{ name }}</a></li>
href="{% url 'passbook_admin:factor-create' %}?type={{ type }}&back={{ request.get_full_path }}">{{ name }}</a></li>
{% endfor %}
</ul>
</div>