mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-29 03:12:15 +00:00
Fix horizontal-ness on some forms
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user