mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
up cruds
This commit is contained in:
parent
b373892ddc
commit
c44ac9c522
25 changed files with 485 additions and 26 deletions
11
templates/serie_festival/new.html.twig
Normal file
11
templates/serie_festival/new.html.twig
Normal file
|
@ -0,0 +1,11 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}New SerieFestival{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Create new SerieFestival</h1>
|
||||
|
||||
{{ include('serie_festival/_form.html.twig') }}
|
||||
|
||||
<a href="{{ path('app_serie_festival_index') }}">back to list</a>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue