comment TODO

This commit is contained in:
Mathieu Jaumotte 2021-08-19 11:30:03 +02:00
parent f490fdd37c
commit 8b50e5bd62
2 changed files with 8 additions and 8 deletions

View File

@ -54,7 +54,7 @@
{{ form_row(edit_form.date) }}
{% endif %}
.. location
{# TODO .. location #}
{%- if edit_form.durationTime is defined -%}
{{ form_row(edit_form.durationTime) }}
@ -65,7 +65,7 @@
{% endif %}
{%- if edit_form.comment is defined -%}
.. public and private
{# TODO .. public and private #}
{{ form_row(edit_form.comment) }}
{% endif %}
@ -77,7 +77,7 @@
{{ form_row(edit_form.attendee) }}
{% endif %}
.. status
{# TODO .. status #}
{% set person_id = null %}
{% if entity.person %}

View File

@ -55,7 +55,7 @@
{{ form_row(form.date) }}
{% endif %}
.. location
{# TODO .. location #}
{%- if form.durationTime is defined -%}
{{ form_row(form.durationTime) }}
@ -66,7 +66,7 @@
{% endif %}
{%- if form.comment is defined -%}
.. public and private
{# TODO .. public and private #}
{{ form_row(form.comment) }}
{% endif %}
@ -78,13 +78,13 @@
{{ form_row(form.attendee) }}
{% endif %}
.. status
{# TODO .. status #}
<ul class="record_actions sticky-form-buttons">
<li class="cancel">
<a
<a
class="btn btn-cancel"
{%- if context == 'person' -%}
{%- if context == 'person' -%}
href="{{ chill_return_path_or('chill_activity_activity_list', { 'person_id': person.id } )}}"
{%- else -%}
href="{{ chill_return_path_or('chill_activity_activity_list', { 'accompanying_period_id': accompanyingCourse.id } )}}"