mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
create edit page
This commit is contained in:
14
Resources/views/Person/edit.html.twig
Normal file
14
Resources/views/Person/edit.html.twig
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends "CLChillPersonBundle::layout.html.twig" %}
|
||||
|
||||
{% set activeRouteKey = '' %}
|
||||
|
||||
{% block title %}CLChillPersonBundle:Person:see{% endblock %}
|
||||
|
||||
{% block personcontent %}
|
||||
|
||||
{% form_theme form 'CLChillMainBundle:Form:fields.html.twig' %}
|
||||
|
||||
{{ form(form) }}
|
||||
|
||||
|
||||
{% endblock personcontent %}
|
Reference in New Issue
Block a user