From 915aa010f5a1bb60acedeff81aa7ea30a7f1b96c Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 31 Dec 2021 16:24:31 -0600 Subject: [PATCH] fix --- .../CHRISTMAS/admin/content_stats.html | 34 ++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/files/templates/CHRISTMAS/admin/content_stats.html b/files/templates/CHRISTMAS/admin/content_stats.html index ca0c1ee70..218933291 100644 --- a/files/templates/CHRISTMAS/admin/content_stats.html +++ b/files/templates/CHRISTMAS/admin/content_stats.html @@ -31,21 +31,23 @@ {% 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