rdv: add the concernedGroup vuejs component in add a new rdv

This commit is contained in:
nobohan
2021-07-16 18:21:27 +02:00
parent 20d113b1db
commit 1557b8f80a
7 changed files with 272 additions and 0 deletions

View File

@@ -26,9 +26,12 @@
'{{ "You are going to leave a page with unsubmitted data. Are you sure you want to leave ?"|trans }}');
});
</script>
{{ encore_entry_script_tags('vue_calendar') }}
{% endblock %}
{% block css %}
{{ parent() }}
<link rel="stylesheet" href="{{ asset('build/async_upload.css') }}"/>
{% endblock %}