diff --git a/web/templates/normalize_result.html b/web/templates/normalize_result.html new file mode 100644 index 0000000..5795ef7 --- /dev/null +++ b/web/templates/normalize_result.html @@ -0,0 +1,38 @@ +{% extends "base.html" %} +{% block body_class %}themed-bg{% endblock %} + +{% block content %} +
+ {% if applied %}Changes have been written to the database.{% else %}Preview only — no data was changed.{% endif %} + Changed entries: {{ changed }}. Warnings: {{ warnings_total }}. +
+ +