notificaiton: add title to list and forms

This commit is contained in:
2022-01-04 11:32:15 +01:00
parent 0edd5667e0
commit 5bb5468198
6 changed files with 25 additions and 10 deletions

View File

@@ -17,6 +17,7 @@
{{ form_start(form, { 'attr': { 'id': 'notification' }}) }}
{{ form_row(form.title) }}
{{ form_row(form.addressees) }}
{{ form_row(form.message) }}