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

17 lines
309 B
Twig
Raw Normal View History

2014-06-26 22:00:27 +02:00
{% 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 %}