mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-04 16:06: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 title %}{{ 'Activity edit' |trans }}{% endblock title %}
|
||||||
|
|
||||||
{% block personcontent %}
|
{% block personcontent %}
|
||||||
<h1>Activity edit</h1>
|
|
||||||
|
|
||||||
{{ form(edit_form) }}
|
{{ form(edit_form) }}
|
||||||
|
|
||||||
<ul class="record_actions">
|
{# {{ form(delete_form) }} #}
|
||||||
<li>
|
|
||||||
<a href="{{ path('chill_activity_activity_list', {'person_id': person.id}) }}">
|
|
||||||
Back to the list
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>{{ form(delete_form) }}</li>
|
|
||||||
</ul>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user