Initial commit
This commit is contained in:
commit
3bc898dd10
130 changed files with 25918 additions and 0 deletions
11
templates/carte_fractal/new.html.twig
Normal file
11
templates/carte_fractal/new.html.twig
Normal file
|
@ -0,0 +1,11 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}New CarteFractal{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<h1>Créer une Carte Fractal</h1>
|
||||
|
||||
{{ include('carte_fractal/_form.html.twig') }}
|
||||
|
||||
<a href="{{ path('app_membre_fractal_show',{'id':membre_fractal.id}) }}" class="btn btn-primary">Retour</a>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue