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

@ -42,12 +42,12 @@
<fieldset>
<legend>
{% if entity.ID %}
<strong>{% trans with {'%name': entity.name} %}edit.caption{% endtrans %}</strong>
<strong>{% block edit_title %}{% trans with {'%name': entity.name} %}edit.caption{% endtrans %}{% endblock %}</strong>
{% if timeTravel is defined and timeTravel is not null %}
({{ timeTravel|format_datetime('short') }})
{% endif %}
{% else %}
<strong>{% trans %}new.caption{% endtrans %}</strong>
<strong>{% block new_title %}{% trans %}new.caption{% endtrans %}{% endblock %}</strong>
{% endif %}
</legend>
{% if timeTravel is defined and timeTravel is not null %}