From 299d7adb2ad221ce43b65214de71098898092110 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Tue, 17 Mar 2026 12:45:14 -0400 Subject: [PATCH] March 17 2026: form editor - remove show/hide per-item break down in re-inspect result page 2 --- app/templates/inspections/view.html | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/app/templates/inspections/view.html b/app/templates/inspections/view.html index 141d7b4..40d1f99 100644 --- a/app/templates/inspections/view.html +++ b/app/templates/inspections/view.html @@ -250,22 +250,6 @@ - {# Summary counters #} -
- - - {{ comparison.improved }} improved - - - - {{ comparison.regressed }} regressed - - - - {{ comparison.unchanged }} unchanged - -
- {% endif %}