Added an button to update a label profile from directly inside the label generator

Related to issue #994
This commit is contained in:
Jan Böhmer 2025-09-06 23:56:51 +02:00
parent a18ec373d2
commit 46d1a0cb1b
4 changed files with 50 additions and 1 deletions

View file

@ -100,6 +100,8 @@
</div>
{% endif %}
{{ form_row(form.update_profile) }}
<div class="form-group row">
<div class="offset-sm-3 col-sm-9">
<div class="input-group">
@ -133,4 +135,4 @@
</object>
</div>
{% endif %}
{% endblock %}
{% endblock %}