rdv: correct edit page

This commit is contained in:
nobohan 2021-07-20 14:57:45 +02:00
parent 9c7c890943
commit 5c8b247f40

View File

@ -25,7 +25,7 @@
chill.displayAlertWhenLeavingModifiedForm('form[name="{{ form.vars.form.vars.name }}"]', chill.displayAlertWhenLeavingModifiedForm('form[name="{{ form.vars.form.vars.name }}"]',
'{{ "You are going to leave a page with unsubmitted data. Are you sure you want to leave ?"|trans }}'); '{{ "You are going to leave a page with unsubmitted data. Are you sure you want to leave ?"|trans }}');
}); });
window.calendar = {{ entity_json|json_encode|raw }}; window.entity = {{ entity_json|json_encode|raw }};
</script> </script>
{{ encore_entry_script_tags('vue_calendar') }} {{ encore_entry_script_tags('vue_calendar') }}
{% endblock %} {% endblock %}