Début des lien sur caldav op_view_template
This commit is contained in:
@@ -19,7 +19,11 @@
|
||||
{{task.str_start_time}} - {{task.str_end_time}}
|
||||
</td>
|
||||
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
||||
{% 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>
|
||||
|
Reference in New Issue
Block a user