supression du href done sur vhc

This commit is contained in:
2024-02-28 18:20:46 +01:00
parent 6191a5ff72
commit e36e5c02f2

View File

@@ -9,11 +9,7 @@
<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.done %} <a href="{{task.href}}" target="_blank" style="text-decoration: none;color: white" ><span style="font-weight: bold;">{{task.key}}</span><br><br></a>
{{task.key}}
{% else %}
<a href="vhc/edit/{{task.uiid}}">{{task.key}}</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}}