From 8393e81d18d4dcf286c108aad1a17050d898d8ed Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 31 Dec 2021 16:23:21 -0600 Subject: [PATCH] fix --- .../CHRISTMAS/admin/content_stats.html | 33 ++++++++++--------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/files/templates/CHRISTMAS/admin/content_stats.html b/files/templates/CHRISTMAS/admin/content_stats.html index dd1699d31..df70ec56c 100644 --- a/files/templates/CHRISTMAS/admin/content_stats.html +++ b/files/templates/CHRISTMAS/admin/content_stats.html @@ -30,19 +30,22 @@ {% endblock %} {% block content %} - - - - - - - -{% for entry in data %} - - - - -{% endfor %} -
StatisticValue
{{entry}}{{data[entry]}}
- +
+ + + + + + + + + {% for entry in data %} + + + + + {% endfor %} + +
StatisticValue
{{entry}}{{data[entry]}}
+
{% endblock %} \ No newline at end of file