mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
[crud] add step delete
This commit is contained in:
9
Resources/views/CRUD/delete.html.twig
Normal file
9
Resources/views/CRUD/delete.html.twig
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends '@ChillPerson/layout.html.twig' %}
|
||||
|
||||
{% set person = entity.person %}
|
||||
{% set activeRouteKey = '' %}
|
||||
|
||||
{% block personcontent %}
|
||||
{% embed '@ChillMain/CRUD/_delete_content.html.twig' %}
|
||||
{% endembed %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user