add month

This commit is contained in:
Expo laptop Crowley 2023-07-10 09:18:17 +02:00
parent 4d48dd4386
commit 389fb6c409

View File

@ -37,7 +37,7 @@ an "<b>S</b>" for a survey trip. The colours of the "<b>T</b>" and "<b>S</b>" a
<th>Caver</th> <th>Caver</th>
{% for d in dates %} {% for d in dates %}
<th> <th>
{{d.day}} {{d.day}}/{{d.month}}
</th> </th>
{% endfor %} {% endfor %}
</tr> </tr>