Début des lien sur caldav op_view_template

This commit is contained in:
Ambulance Clerc
2023-10-10 12:53:42 +02:00
parent f17b7fbb4b
commit 2adcdfcb4a

View File

@@ -19,7 +19,11 @@
{{task.str_start_time}} - {{task.str_end_time}}
</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: white" >{{ task.name }}<br></a>
{% if task.href != "" %}
<a href="{{task.href}}" target="_blank" style="text-decoration: none;color: white" >{{ task.name }}<br></a>
{% else %}
{{ task.name }}<br>
{% endif %}
{{task.desc}}
</td>
</tr>