Mise à jour de 'mycaldav/templates/rh/rh_view.html'

This commit is contained in:
2022-10-12 07:46:05 +02:00
parent 0b1e78ea33
commit 53e083b561

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 %}
@@ -18,4 +19,5 @@
</table> </table>
{% else %} {% else %}
<p>Aucune informations véhicule</p> <p>Aucune informations véhicule</p>
{% endif %} {% endif %}
</div>