Merge branch 'develop' into feature/react_test

This commit is contained in:
Yuriy Kulakov
2021-05-28 13:56:11 +03:00
2 changed files with 5 additions and 0 deletions

View File

@@ -88,7 +88,11 @@
<tr>
<td scope="col">&nbsp;</td>
{% for date in log_stats.keys %}
{% if interval == 'days' %}
<td scope="col">{{ date | date:'d.m' }}</td>
{% else %}
<td scope="col">{{ date.1 | date:'F' }}</td>
{% endif %}
{% endfor %}
</tr>
</thead>