diff --git a/files/templates/CHRISTMAS/admin/content_stats.html b/files/templates/CHRISTMAS/admin/content_stats.html index dd1699d315..df70ec56c0 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