Add private comment to rendez-vous

This commit is contained in:
2022-04-25 15:47:51 +02:00
parent 79fa030323
commit 171cc79a4a
6 changed files with 68 additions and 1 deletions

View File

@@ -47,6 +47,10 @@
{{ form_row(form.comment) }}
{% endif %}
{%- if form.privateComment is defined -%}
{{ form_row(form.privateComment) }}
{% endif %}
{%- if form.sendSMS is defined -%}
{{ form_row(form.sendSMS) }}
{% endif %}

View File

@@ -43,6 +43,10 @@
{{ form_row(form.comment) }}
{% endif %}
{%- if form.privateComment is defined -%}
{{ form_row(form.privateComment) }}
{% endif %}
{%- if form.sendSMS is defined -%}
{{ form_row(form.sendSMS) }}
{% endif %}