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

@@ -9,7 +9,7 @@
</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>