mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 22:46:13 +00:00
updating edit template
This commit is contained in:
parent
a4e3089150
commit
bc2b89db03
@ -21,16 +21,7 @@
|
||||
{% block title %}{{ 'Activity edit' |trans }}{% endblock title %}
|
||||
|
||||
{% block personcontent %}
|
||||
<h1>Activity edit</h1>
|
||||
|
||||
{{ form(edit_form) }}
|
||||
|
||||
<ul class="record_actions">
|
||||
<li>
|
||||
<a href="{{ path('chill_activity_activity_list', {'person_id': person.id}) }}">
|
||||
Back to the list
|
||||
</a>
|
||||
</li>
|
||||
<li>{{ form(delete_form) }}</li>
|
||||
</ul>
|
||||
{# {{ form(delete_form) }} #}
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user