[wip] work on base person crud controller

This commit is contained in:
2019-11-22 13:47:00 +01:00
parent 122aa3a993
commit 1c92f91f30
3 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{% extends '@ChillPerson/layout.html.twig' %}
{% set person = entity.person %}
{% set activeRouteKey = '' %}
{% block title %}
{% include('@ChillMain/CRUD/_edit_title.html.twig') %}
{% endblock title %}
{% block personcontent %}
{% embed '@ChillMain/CRUD/_edit_content.html.twig' %}
{% endembed %}
{% endblock %}