This commit is contained in:
Tykayn 2025-02-14 14:25:23 +01:00 committed by tykayn
parent b373892ddc
commit c44ac9c522
25 changed files with 485 additions and 26 deletions

View 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 %}