From 5972787789fd74e09ca7b88a1ba567ed909dbd48 Mon Sep 17 00:00:00 2001 From: James Devine Date: Thu, 12 Mar 2026 15:30:54 +0100 Subject: [PATCH] did some more bug fixes with opencode --- app/templates/inspection_form.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/app/templates/inspection_form.html b/app/templates/inspection_form.html index 217832e..3f79cca 100644 --- a/app/templates/inspection_form.html +++ b/app/templates/inspection_form.html @@ -28,17 +28,7 @@ {% endif %} -
- {{ form.inspection_type.label(class="block text-sm font-medium text-gray-700 mb-1") }} - {{ form.inspection_type(class="form-input") }} - {% if form.inspection_type.errors %} - - {% endif %} -
+
{{ form.installation_name.label(class="block text-sm font-medium text-gray-700 mb-1") }}