Ajout road
This commit is contained in:
@@ -6,10 +6,11 @@
|
||||
<td style="vertical-align: top;" width="150" >
|
||||
<span style="font-weight: bold;">{{task.key}}</span><br>
|
||||
{{task.str_start_date}} - {{task.str_end_date}}<br>
|
||||
{{task.str_start_time}} - {{task.str_end_time}}<br>
|
||||
|
||||
</td>
|
||||
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
||||
{{ task.name }}<br>
|
||||
<a href="{{task.href}}" target="_blank" style="text-decoration: none;color: black" >{{ task.name }}<br></a>
|
||||
{{task.desc}}
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user