Initial commit
This commit is contained in:
commit
3bc898dd10
130 changed files with 25918 additions and 0 deletions
4
templates/membre_fractal/_form.html.twig
Normal file
4
templates/membre_fractal/_form.html.twig
Normal file
|
@ -0,0 +1,4 @@
|
|||
{{ form_start(form) }}
|
||||
{{ form_widget(form) }}
|
||||
<button class="btn btn-success mt-2 mb-2">{{ button_label|default('Save') }}</button>
|
||||
{{ form_end(form) }}
|
Loading…
Add table
Add a link
Reference in a new issue