Allow users to save a new label profiles directly from the label generator dialog

This fixes issue #806
This commit is contained in:
Jan Böhmer 2025-01-05 22:00:07 +01:00
parent 9d09543eb9
commit f75704f77c
4 changed files with 76 additions and 1 deletions

View file

@ -99,6 +99,17 @@
</div>
</div>
{% endif %}
<div class="form-group row">
<div class="offset-sm-3 col-sm-9">
<div class="input-group">
{{ form_widget(form.save_profile_name) }}
{{ form_widget(form.save_profile) }}
</div>
{{ form_errors(form.save_profile_name) }}
</div>
</div>
</div>
</div>