diff --git a/web/templates/normalize_subjects_result.html b/web/templates/normalize_subjects_result.html new file mode 100644 index 0000000..e93038d --- /dev/null +++ b/web/templates/normalize_subjects_result.html @@ -0,0 +1,72 @@ +{% extends "base.html" %} +{% block body_class %}themed-bg{% endblock %} + +{% block content %} +
| ID | Before | After |
|---|---|---|
| {{ row.0 }} | +{{ row.1 }} |
+ {{ row.2 }} |
+
| No changes detected. | ||