2016-03-22 18:59:59 +01:00

16 lines
287 B
Twig

{% extends 'ChillEventBundle::layout.html.twig' %}
{% block event_content -%}
<h1>Event creation</h1>
{{ form(form) }}
<ul class="record_actions">
<li>
<a href="{{ path('event') }}">
Back to the list
</a>
</li>
</ul>
{% endblock %}