Ajout road

This commit is contained in:
Ambulance Clerc
2022-06-30 16:22:05 +02:00
parent 55e53afc11
commit 3e6aa6b29a
3 changed files with 10 additions and 2 deletions

View File

@@ -6,10 +6,11 @@
<td style="vertical-align: top;" width="150" >
<span style="font-weight: bold;">{{task.key}}</span><br>
{{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="{% if task.done %}text-decoration:line-through{% endif %}">
{{ task.name }}<br>
<a href="{{task.href}}" target="_blank" style="text-decoration: none;color: black" >{{ task.name }}<br></a>
{{task.desc}}
</td>
</tr>