ajout des cotroleur avec template pour les entitys
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}New Categorie{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Create new Categorie</h1>
|
||||
|
||||
{{ include('categorie/_form.html.twig') }}
|
||||
|
||||
<a href="{{ path('app_categorie_index') }}">back to list</a>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user