This commit is contained in:
Kanris
2021-05-30 00:59:45 +03:00
2 changed files with 5 additions and 5 deletions

View File

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