Add option for extra content (back button) on bottom of param form
This commit is contained in:
parent
8bcd3af68a
commit
94e41b482a
0
Resources/views/form.extra.html.twig
Normal file
0
Resources/views/form.extra.html.twig
Normal file
@ -1,6 +1,8 @@
|
||||
{% extends '@ArdentParameter/layout.html.twig' %}
|
||||
|
||||
|
||||
|
||||
{% block par_user_content %}
|
||||
{{ form(parameter_form) }}
|
||||
<a class="btn btn-light" href="{{ path('all_parameters') }}">Back</a>
|
||||
{% include '@ArdentParameter/form.extra.html.twig' %}
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user