debug link vhc

This commit is contained in:
2024-02-28 18:27:52 +01:00
parent d32be1f35f
commit 60ff906123

View File

@@ -9,7 +9,11 @@
<tr> <tr>
<td style="vertical-align: top;padding-bottom: 18px" class="td_key" > <td style="vertical-align: top;padding-bottom: 18px" class="td_key" >
<span style="font-weight: bold;"> <span style="font-weight: bold;">
{% if task.href != "" %}
{{task.key}}
{% else %}
<a href="{{task.href}}" target="_blank" style="text-decoration: none;color: white" ><span style="font-weight: bold;">{{task.key}}</span><br><br></a> <a href="{{task.href}}" target="_blank" style="text-decoration: none;color: white" ><span style="font-weight: bold;">{{task.key}}</span><br><br></a>
{% endif %}
</span><br> </span><br>
{{task.str_start_date}} - {{task.str_end_date}}<br> {{task.str_start_date}} - {{task.str_end_date}}<br>
{{task.str_start_time}} - {{task.str_end_time}} {{task.str_start_time}} - {{task.str_end_time}}