Fix month display on statistics page

This commit is contained in:
Andrew Smirnov
2021-05-13 19:55:21 +03:00
parent 5f88a4f297
commit 23eb2bf2ec
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@
{% if interval == 'days' %}
<td scope="col">{{ date | date:'d.m' }}</td>
{% else %}
<td scope="col">{{ date }}</td>
<td scope="col">{{ date.1 | date:'F' }}</td>
{% endif %}
{% endfor %}
</tr>