[crud] add step delete

This commit is contained in:
2020-03-26 13:15:42 +01:00
parent 048c83286b
commit de560b4d3b
3 changed files with 17 additions and 0 deletions

View 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 %}