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