diff --git a/web/templates/stats.html b/web/templates/stats.html index 4a9e6b0..b3a21f6 100644 --- a/web/templates/stats.html +++ b/web/templates/stats.html @@ -36,17 +36,23 @@ - -
-
Top Subjects
-
- {% for s in top_subjects %} - {{ s.name }} ({{ s.count }}) - {% empty %} - No subjects. - {% endfor %} -
+ +
+
Top Subjects
+
+ {% for s in top_subjects %} + + {{ s.name }} ({{ s.count }}) + + {% empty %} + No subjects. + {% endfor %}
+