Consistent instantiation of <form>

This commit is contained in:
2024-12-06 11:16:38 +11:00
parent 082b70e072
commit e3c45dfd3d
13 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
<!-- $o=System::class -->
<form class="needs-validation" method="post" novalidate>
<form class="needs-validation" method="post" autocomplete="off" novalidate>
@csrf
<input type="hidden" name="system_id" value="{{ $o->id }}">