mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-19 11:42:51 +00:00
updating edit template
This commit is contained in:
@@ -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 %}
|
||||||
|
Reference in New Issue
Block a user