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 %} {% 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;">
{% for task in latest_task_list %} {% for task in latest_task_list %}
@@ -19,3 +20,4 @@
{% else %} {% else %}
<p>Aucune information opérationnelle</p> <p>Aucune information opérationnelle</p>
{% endif %} {% endif %}
</div>