diff --git a/main/templates/pages/statistic.html b/main/templates/pages/statistic.html index 9a9219b..6b1e889 100644 --- a/main/templates/pages/statistic.html +++ b/main/templates/pages/statistic.html @@ -86,9 +86,9 @@
Пользователи/Даты | +{% for date in log_stats.keys %} - | {{date}} | +{{ date | date:'d.m' }} | {% endfor %}
{{ form.email.value }} | {% for time in log_stats.values %} -{{time}} | +{{ time | floatformat:2 }} | {% endfor %}