Merge branch 'submit_eventlistener' into 'master'

Submit eventlistener

See merge request Chill-Projet/chill-bundles!171
This commit is contained in:
2021-10-11 07:41:03 +00:00
3 changed files with 22 additions and 1 deletions

View File

@@ -61,7 +61,7 @@
</table>
{% endif %}
{{ form_start(form) }}
{{ form_start(form, {'attr' : {'id' : 'create-form'}}) }}
{{ form_row(form.lastName, { 'label' : 'Last name'|trans }) }}
@@ -104,3 +104,7 @@
</div>
{% endblock content %}
{% block js %}
{{ encore_entry_script_tags('mod_disablebuttons') }}
{% endblock js %}