Changement RH caldav

This commit is contained in:
Ambulance Clerc
2022-06-22 09:55:39 +02:00
parent 0996bd0f28
commit 4fd4888c9b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{% if latest_task_list %}
<table>
<table style="font-family: 'Source Sans Pro', sans-serif;">
{% for task in latest_task_list %}
<tr>

View File

@@ -1,5 +1,5 @@
{% if latest_task_list %}
<table>
<table style="font-family: 'Source Sans Pro', sans-serif;">
<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;" width="75" >{{task.key}}</td>&nbsp;&nbsp;&nbsp;&nbsp;<td style="{% if task.done %}text-decoration:line-through{% endif %}">{{ task.name }}</td></tr>

View File

@@ -1,5 +1,5 @@
{% if latest_task_list %}
<table>
<table style="font-family: 'Source Sans Pro', sans-serif;">
{% for task in latest_task_list %}
<tr>