fix bug and fix months display

This commit is contained in:
Sokurov Idar
2021-05-30 00:34:32 +03:00
parent d943f474b1
commit daa93d5a4d
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>