Consistent instantiation of <form>
This commit is contained in:
@@ -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 }}">
|
||||
|
||||
|
Reference in New Issue
Block a user