Fix horizontal-ness on some forms

This commit is contained in:
2020-10-17 18:18:51 +01:00
parent 30df597144
commit 7736a2d3cc
4 changed files with 21 additions and 14 deletions

View File

@@ -23,7 +23,7 @@
}
checkIfCableHidden();
</script>
<form class="" method="POST" id="asset_audit_form" action="{{ form.action|default:request.path }}">
<form 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>