From aac4146b7fa7867db30d1d6fbad9e32cb586da54 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 20 Oct 2025 13:04:37 +0100 Subject: [PATCH] Add category display to import preview for better item context --- sbas/templates/sbas/partials/import_preview.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sbas/templates/sbas/partials/import_preview.html b/sbas/templates/sbas/partials/import_preview.html index 67c578be..36185b86 100644 --- a/sbas/templates/sbas/partials/import_preview.html +++ b/sbas/templates/sbas/partials/import_preview.html @@ -139,6 +139,10 @@
Would create: {{ item.missing_map.subspecialty|join:", " }}
{% endif %} + +
Category: + {{ item.payload.category|default:'(none)' }} +