16 lines
310 B
Twig

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