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 }}"]',
'{{ "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>
{{ encore_entry_script_tags('vue_calendar') }}
{% endblock %}