Added quick link to parts list to the admin pages.

Fixes issue #55.
This commit is contained in:
Jan Böhmer 2020-05-11 22:59:25 +02:00
parent d2b19aa6d5
commit 47702d6131
15 changed files with 2429 additions and 1868 deletions

View file

@ -49,4 +49,12 @@
</object>
</div>
{% endif %}
{% endblock %}
{% block edit_title %}
{% trans %}label_profile.edit{% endtrans %}: <a href="{{ path("label_dialog_profile", {"profile": entity.id}) }}" >{{ entity.name }}</a>
{% endblock %}
{% block new_title %}
{% trans %}label_profile.new{% endtrans %}
{% endblock %}