rdv: some fixes for the new rdv

This commit is contained in:
nobohan
2021-07-16 17:00:21 +02:00
parent 114df16e0f
commit 20d113b1db
3 changed files with 11 additions and 6 deletions

View File

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