Linking report <> person

This commit is contained in:
Marc Ducobu
2014-11-09 19:19:28 +01:00
parent 0fe3962968
commit 3834e16a7b
3 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{% extends "ChillMainBundle::layout.html.twig" %}
{% block content %}
{{ form_start(form) }}
{{ form_row(form) }}
<button type="submit">
Create a new report
</button>
{{ form_end(form) }}
{% endblock %}