Initial commit
This commit is contained in:
commit
3bc898dd10
130 changed files with 25918 additions and 0 deletions
13
templates/collection_fractal/edit.html.twig
Normal file
13
templates/collection_fractal/edit.html.twig
Normal file
|
@ -0,0 +1,13 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}Edit CollectionFractal{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<h1>Edit CollectionFractal</h1>
|
||||
|
||||
{{ include('collection_fractal/_form.html.twig', {'button_label': 'Update'}) }}
|
||||
|
||||
<a href="{{ path('app_collection_fractal_index') }}">back to list</a>
|
||||
|
||||
{{ include('collection_fractal/_delete_form.html.twig') }}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue