connexion base et création premier crud
This commit is contained in:
11
templates/droit/new.html.twig
Normal file
11
templates/droit/new.html.twig
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}New Droit{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Create new Droit</h1>
|
||||
|
||||
{{ include('droit/_form.html.twig') }}
|
||||
|
||||
<a href="{{ path('app_droit_index') }}">back to list</a>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user