Mise à jour de 'mycaldav/templates/road/road_view.html'

This commit is contained in:
2022-10-12 07:56:12 +02:00
parent 39cdee6418
commit c451ab8cd8

View File

@@ -11,7 +11,7 @@
</td>&nbsp;&nbsp;&nbsp;&nbsp;
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
<a href="{{task.href}}" target="_blank" style="text-decoration: none;color: black" >{{ task.name }}<br></a>
<a href="{{task.href}}" target="_blank" style="text-decoration: none;color: white" >{{ task.name }}<br></a>
{{task.desc}}
</td>
</tr>