create edit page

This commit is contained in:
2013-11-06 19:19:02 +01:00
parent b89c5e3de4
commit d366a76567
4 changed files with 84 additions and 0 deletions

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