Mise à jour de 'mycaldav/templates/team/team_view.html'

This commit is contained in:
2022-10-12 07:48:32 +02:00
parent 733ad55efe
commit 8066df7b37

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 %}
@@ -29,4 +30,5 @@
</table>
{% else %}
<p>Aucune information d'équipage</p>
{% endif %}
{% endif %}
</div>