rdv: add show calendar

This commit is contained in:
nobohan
2021-07-19 13:59:50 +02:00
parent 227be0b482
commit 3c37802821
5 changed files with 266 additions and 171 deletions

View File

@@ -36,10 +36,6 @@
.. location
{%- if form.status is defined -%}
{{ form_row(form.status) }}
{% endif %}
{%- if form.cancelReason is defined -%}
{{ form_row(form.cancelReason) }}
{% endif %}