diff --git a/web/templates/stats.html b/web/templates/stats.html index 16fbd2b..3bb4fc0 100644 --- a/web/templates/stats.html +++ b/web/templates/stats.html @@ -161,6 +161,31 @@ {% endif %} +
+

Subject Normalizer

+

+ Normalize the Subject field so individual subjects are comma-separated. + Preserves multi-word subjects; lightly fixes separators like “;” and spaced dashes. + Uses your subjects.txt catalog when available. +

+ +
+ + +
+ + {% if user.is_authenticated and user.is_staff %} +
+ {% csrf_token %} + +
+ {% endif %} +