mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-01 00:35:15 +02:00
parent
d2b19aa6d5
commit
47702d6131
15 changed files with 2429 additions and 1868 deletions
|
@ -7,4 +7,12 @@
|
|||
{% block master_picture_block %}
|
||||
{{ form_row(form.master_picture_attachment) }}
|
||||
{{ form_row(form.footprint_3d) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block edit_title %}
|
||||
{% trans %}footprint.edit{% endtrans %}: <a href="{{ path('part_list_footprint', {'id': entity.id}) }}">{{ entity.name }}</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block new_title %}
|
||||
{% trans %}footprint.new{% endtrans %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue