Change frontend

This commit is contained in:
Ambulance Clerc
2022-10-15 04:53:51 +02:00
parent b4a558f252
commit dcbe753210
2 changed files with 2 additions and 2 deletions

View File

@@ -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>&nbsp;&nbsp;&nbsp;&nbsp;<td style="{% if task.done %}text-decoration:line-through;{% endif %}vertical-align: top;">{{ task.name }}<br>{{task.desc}}</td></tr>
{% endfor %}

View File

@@ -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 %}