did some more bug fixes with opencode
This commit is contained in:
parent
0731abc69a
commit
5972787789
1 changed files with 1 additions and 11 deletions
|
|
@ -28,17 +28,7 @@
|
|||
{% endif %}
|
||||
</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">
|
||||
{{ form.installation_name.label(class="block text-sm font-medium text-gray-700 mb-1") }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue