first commit
This commit is contained in:
6
Resources/views/form.html.twig
Normal file
6
Resources/views/form.html.twig
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends '@ArdentParameter/layout.html.twig' %}
|
||||
|
||||
{% block par_user_content %}
|
||||
{{ form(parameter_form) }}
|
||||
<a class="btn btn-light" href="{{ path('all_parameters') }}">Back</a>
|
||||
{% endblock %}
|
2
Resources/views/layout.html.twig
Normal file
2
Resources/views/layout.html.twig
Normal file
@ -0,0 +1,2 @@
|
||||
{% block par_user_content %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user