mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-04-19 21:09:36 +00:00
Added an form for merging two parts together
This commit is contained in:
parent
50069c7611
commit
b0f5d9b55f
5 changed files with 85 additions and 3 deletions
|
|
@ -3,6 +3,10 @@
|
|||
{% block card_border %}border-success{% endblock %}
|
||||
{% block card_type %}bg-success text-white{% endblock %}
|
||||
|
||||
{% block title %}
|
||||
{% trans %}part.new.card_title{% endtrans %}
|
||||
{% endblock %}
|
||||
|
||||
{% block card_title %}
|
||||
<i class="fas fa-edit fa-plus-square" aria-hidden="true"></i>
|
||||
{% trans %}part.new.card_title{% endtrans %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue