This commit is contained in:
2024-11-23 16:06:38 +01:00
parent 0729b81d06
commit 60d8b8bd1d
12 changed files with 255 additions and 140 deletions

View File

@ -0,0 +1,8 @@
{% extends 'base.html.twig' %}
{% block title %} = {{title}}{% endblock %}
{% block body %}
<h1>{{title}}</h1>
<a href="{{ path(routesubmit) }}" class="btn btn-primary">Ajouter</a>
{% endblock %}