did some more bug fixes with opencode

This commit is contained in:
James Devine 2026-03-12 15:30:54 +01:00
parent 0731abc69a
commit 5972787789

View file

@ -28,17 +28,7 @@
{% endif %} {% endif %}
</div> </div>
<div class="sm:col-span-3">
{{ 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 %}
<ul class="mt-2 text-sm text-red-600">
{% for error in form.inspection_type.errors %}
<li>{{ error }}</li>
{% endfor %}
</ul>
{% endif %}
</div>
<div class="sm:col-span-6"> <div class="sm:col-span-6">
{{ form.installation_name.label(class="block text-sm font-medium text-gray-700 mb-1") }} {{ form.installation_name.label(class="block text-sm font-medium text-gray-700 mb-1") }}