More search and replace for BS changes

Thought I'd got them all. Clearly not!
This commit is contained in:
2020-10-17 18:11:42 +01:00
parent 848e8c8ccd
commit 4bb1c0a2a4
20 changed files with 55 additions and 67 deletions

View File

@@ -23,7 +23,7 @@
}
checkIfCableHidden();
</script>
<form class="form-horizontal" method="POST" id="asset_audit_form" action="{{ form.action|default:request.path }}">
<form class="" method="POST" id="asset_audit_form" action="{{ form.action|default:request.path }}">
{% include 'form_errors.html' %}
{% csrf_token %}
<input type="hidden" name="id" value="{{ object.id|default:0 }}" hidden=true>

View File

@@ -50,7 +50,7 @@
</div>
<h3>Audit Asset:</h3>
<form id="asset-search-form" class="form-horizontal mb-3" method="POST">
<form id="asset-search-form" class=" mb-3" method="POST">
<div class="input-group input-group-lg" style="width=auto;">
{% render_field form.q|add_class:'form-control' placeholder='Enter Asset ID' autofocus="true" %}
<div class="input-group-append">