Mise à jour de 'mycaldav/templates/op/op_view.html'

This commit is contained in:
2022-10-12 07:45:38 +02:00
parent 9807eaf179
commit 0b1e78ea33

View File

@@ -1,3 +1,4 @@
<div style="color: white">
{% if latest_task_list %}
<table style="font-family: 'Source Sans Pro', sans-serif; font-size: 12pt;">
{% for task in latest_task_list %}
@@ -18,4 +19,5 @@
</table>
{% else %}
<p>Aucune information opérationnelle</p>
{% endif %}
{% endif %}
</div>