Mise à jour de 'mycaldav/templates/task/task.html'

This commit is contained in:
2022-10-12 07:47:53 +02:00
parent 611d8486e3
commit 733ad55efe

View File

@@ -1,3 +1,4 @@
<div style="color: white">
{% if latest_task_list %} {% if latest_task_list %}
<table style="font-family: 'Source Sans Pro', sans-serif; font-size: 12pt;"> <table style="font-family: 'Source Sans Pro', sans-serif; font-size: 12pt;">
<td style="font-weight: bold;padding-bottom: 5px; text-align: center;" colspan="2">Jour</td> <td style="font-weight: bold;padding-bottom: 5px; text-align: center;" colspan="2">Jour</td>
@@ -15,4 +16,5 @@
{% else %} {% else %}
<p>Aucune tâche disponible.</p> <p>Aucune tâche disponible.</p>
{% endif %} {% endif %}
</div>