This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
calcifer/src/Hackspace/Bundle/CalciferBundle/Resources/views/Event/edit.html.twig
Tim Schumacher 741e1c403a init
2014-06-26 22:00:27 +02:00

17 lines
309 B
Twig
Executable file

{% extends 'CalciferBundle::layout.html.twig' %}
{% block body -%}
<h1>Event edit</h1>
{{ form(edit_form) }}
<ul class="record_actions">
<li>
<a href="{{ path('') }}">
Back to the list
</a>
</li>
<li>{{ form(delete_form) }}</li>
</ul>
{% endblock %}