Merge branch '_23_addresses_form_2' into 139_demandeur

This commit is contained in:
2021-05-12 10:45:47 +02:00
15 changed files with 779 additions and 3 deletions

View File

@@ -49,4 +49,22 @@
{{ form_end(form) }}
NEW FORM
{% block content %}
<h1>{{ block('title') }}</h1>
<div id="address"></div>
{% endblock %}
{% block stylesheets %}
<link href="{{ asset('build/address.css') }}" type="text/css" rel="stylesheet" />
{% endblock %}
{% block js %}
{{ encore_entry_script_tags('address') }}
{% endblock %}
{% endblock personcontent %}