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