Changement visuel vhc caldav

This commit is contained in:
Ambulance Clerc
2022-06-22 08:48:08 +02:00
parent 64c417d582
commit 3fa28c891b
2 changed files with 8 additions and 3 deletions

View File

@@ -2,12 +2,17 @@
<table>
{% for task in latest_task_list %}
<tr>
<td style="font-weight: ;" width="100" >
{{task.str_start_date}} - {{task.str_end_date}}<br>
{{task.str_start_time}} - {{task.str_end_time}}<br>
</td>&nbsp;&nbsp;&nbsp;&nbsp;
<td style="font-weight: bold;" width="75" >
{{task.key}}
</td>&nbsp;&nbsp;&nbsp;&nbsp;
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
{{task.str_start_time}} - {{task.str_end_time}}<br>
{{ task.name }}
</td>
</tr>