From 06256c202daec5de15d38d2091b3fb276c41a7a7 Mon Sep 17 00:00:00 2001 From: Andrew Smirnov Date: Thu, 15 Apr 2021 20:28:43 +0300 Subject: [PATCH] Fix statistic html --- main/templates/pages/statistic.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %} - + {% endfor %} @@ -96,7 +96,7 @@ {% for time in log_stats.values %} - + {% endfor %}
Пользователи/Даты {{date}}{{ date | date:'d.m' }}
{{ form.email.value }}{{time}}{{ time | floatformat:2 }}