Fix: notification edit template

form field addressesEmail removed
This commit is contained in:
2025-10-06 12:14:00 +02:00
parent ebd10ca522
commit bc2fbee5c6
2 changed files with 6 additions and 2 deletions

View File

@@ -21,8 +21,6 @@
{{ form_row(form.title, { 'label': 'notification.subject'|trans }) }}
{{ form_row(form.addressees, { 'label': 'notification.sent_to'|trans }) }}
{{ form_row(form.addressesEmails) }}
{% include handler.template(notification) with handler.templateData(notification) %}
<div class="mb-3 row">