Changement RH caldav
This commit is contained in:
@@ -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>
|
||||
|
@@ -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> <td style="{% if task.done %}text-decoration:line-through{% endif %}">{{ task.name }}</td></tr>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user