add private comment input field to edit form

This commit is contained in:
2022-04-25 15:47:13 +02:00
parent b36fd57e4f
commit 79fa030323

View File

@@ -83,6 +83,10 @@
{{ form_row(edit_form.comment) }}
{% endif %}
{%- if edit_form.privateComment is defined -%}
{{ form_row(edit_form.privateComment) }}
{% endif %}
{%- if edit_form.attendee is defined -%}
{{ form_row(edit_form.attendee) }}
{% endif %}