diff --git a/web/templates/normalize_source_results.html b/web/templates/normalize_source_results.html deleted file mode 100644 index fcc96de..0000000 --- a/web/templates/normalize_source_results.html +++ /dev/null @@ -1,46 +0,0 @@ -{% extends "base.html" %} -{% block body_class %}themed-bg{% endblock %} - -{% block content %} -
-
-

Source Normalizer — {{ applied|yesno:"Applied,Dry‑run Preview" }}

-

- {{ changed }} {{ applied|yesno:"entries changed,entries would change" }}; {{ warnings_total }} warnings. - {% if limit %} (Limited to first {{ limit }} entries){% endif %} -

- - {% if preview %} -
- - - - - - - - - - {% for id, orig, norm in preview %} - - - - - - {% endfor %} - -
IDOriginalNormalized
{{ id }}{{ orig }}{{ norm }}
-
- {% else %} -
-
No changes found
-
Nothing to preview for this selection.
-
- {% endif %} - -
- Back to Stats -
-
-
-{% endblock %} \ No newline at end of file