Changement template reskreen

This commit is contained in:
Ambulance Clerc
2023-06-17 12:43:30 +02:00
parent 0112dd1ace
commit c0178ead8c
4 changed files with 8 additions and 8 deletions

View File

@@ -135,8 +135,8 @@ function showSlides(n) {
{% endif %}
</td>
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %}; width: 150px;display: inline-block">{{ task.team_1 }}</span>&nbsp;
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 150px;display: inline-block">{{ task.team_2 }}</span>
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %}; width: 160px;display: inline-block">{{ task.team_1 }}</span>&nbsp;
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 160px;display: inline-block">{{ task.team_2 }}</span>
</td>
</tr>
{% endif %}