Creation of a report enable

This commit is contained in:
Marc Ducobu
2014-11-09 20:24:23 +01:00
parent c4f50d54d7
commit 302286c558
7 changed files with 65 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
{% extends '::base.html.twig' %}
{% extends "ChillMainBundle::layout.html.twig" %}
{% block body -%}
{% block content %}
<h1>Report creation</h1>
{{ form(form) }}