Ajout du module comm_op dans reskreen

This commit is contained in:
Ambulance Clerc
2023-10-11 11:44:20 +02:00
parent 7d37cfd1df
commit 808dfd9ed3
4 changed files with 40 additions and 9 deletions

View File

@@ -12,11 +12,10 @@
{% if task.done %}
{{task.key}}
{% else %}
<a href="op/edit/{{task.uiid}}">{{task.key}}</a>
<a href="op/edit/{{task.uuid}}">{{task.key}}</a>
{% endif %}
</span><br>
{{task.str_start_date}} - {{task.str_end_date}}<br>
{{task.str_start_time}} - {{task.str_end_time}}
{{task.str_start_date}} {% if task.str_end_date != None %}- {{task.str_end_date}} {% endif %}
</td>&nbsp;&nbsp;&nbsp;&nbsp;
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
{% if task.href != "" %}