mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-19 17:39:31 +00:00
Merge branch 'master' into label_printing_on_A4
This commit is contained in:
commit
248bc82eb5
521 changed files with 59933 additions and 17536 deletions
|
|
@ -10,6 +10,9 @@
|
|||
{% block card_content %}
|
||||
{{ form_start(form) }}
|
||||
|
||||
{# Default submit to use when pressing enter. #}
|
||||
<input type="submit" name="label_dialog[update]" class="d-none">
|
||||
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" data-bs-toggle="tab" id="common-tab" role="tab" aria-controls="common" aria-selected="true" href="#common"
|
||||
|
|
@ -112,6 +115,10 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if form.update_profile is defined %}
|
||||
{{ form_row(form.update_profile) }}
|
||||
{% endif %}
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="offset-sm-3 col-sm-9">
|
||||
<div class="input-group">
|
||||
|
|
@ -145,4 +152,4 @@
|
|||
</object>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue