Initial commit
This commit is contained in:
commit
3bc898dd10
130 changed files with 25918 additions and 0 deletions
11
templates/classeur_fractal/new.html.twig
Normal file
11
templates/classeur_fractal/new.html.twig
Normal file
|
@ -0,0 +1,11 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}New ClasseurFractal{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<h1>Create new ClasseurFractal</h1>
|
||||
|
||||
{{ include('classeur_fractal/_form.html.twig') }}
|
||||
|
||||
<a href="{{ path('app_classeur_fractal_index') }}" class="btn btn-primary">Retour aux classeurs</a>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue