correction sur suppression d'inscription (ref #113)

This commit is contained in:
afornerot 2020-04-20 16:04:18 +02:00
parent eea53bdeb4
commit 7184cfdbc6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
{% endif %}
{% if mode!="submit" %}
{{ form_widget(form.save) }}
{% if mode=="send" %} {{ form_widget(form.save) }} {%endif%}
<a class="btn btn-default" href={{ path('cadoles_core_config_registration') }}>Annuler</a>
{% endif %}