fix bug and fix months display
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user