connexion base et création premier crud
This commit is contained in:
13
templates/projet/edit.html.twig
Normal file
13
templates/projet/edit.html.twig
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}Edit Projet{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Edit Projet</h1>
|
||||
|
||||
{{ include('projet/_form.html.twig', {'button_label': 'Update'}) }}
|
||||
|
||||
<a href="{{ path('app_projet_index') }}">back to list</a>
|
||||
|
||||
{{ include('projet/_delete_form.html.twig') }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user