Change frontend
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="ifram_main_div">
|
||||
{% if latest_task_list %}
|
||||
<table>
|
||||
<td style="font-weight: bold;padding-bottom: 5px; text-align: center;" colspan="2">Jour 2</td>
|
||||
<td style="font-weight: bold;padding-bottom: 5px; text-align: center;" colspan="2">Jour</td>
|
||||
{% for task in latest_task_list %}
|
||||
<tr><td style="font-weight: bold;vertical-align: top;" width="75" >{{task.key}}</td> <td style="{% if task.done %}text-decoration:line-through;{% endif %}vertical-align: top;">{{ task.name }}<br>{{task.desc}}</td></tr>
|
||||
{% endfor %}
|
||||
|
@@ -6,7 +6,7 @@
|
||||
<table>
|
||||
{% for task in latest_task_list %}
|
||||
|
||||
<tr style="">
|
||||
<tr style="" title="{{task.desc}}">
|
||||
<td style="vertical-align: top;font-weight: bold;" width="100" >
|
||||
{{task.key}}
|
||||
{% if task.team_transfert %}
|
||||
|
Reference in New Issue
Block a user