Changement template reskreen
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
<table>
|
||||
{% for task in latest_task_list %}
|
||||
|
||||
<tr>
|
||||
<tr >
|
||||
<td class="td_key" style="vertical-align: top;" >
|
||||
<span style="font-weight: bold;">{{task.key}}</span><br>
|
||||
<a href="{{task.href}}" target="_blank" style="text-decoration: none;color: white" ><span style="font-weight: bold;">{{task.key}}</span><br><br></a>
|
||||
{{task.str_start_date}} - {{task.str_end_date}}<br>
|
||||
{{task.str_start_time}} - {{task.str_end_time}}<br>
|
||||
|
||||
|
Reference in New Issue
Block a user