Change all the forms from _method to X-HTTP-Method-Override
This commit is contained in:
@@ -56,7 +56,7 @@ $pageNavbar->outPutNavbar();
|
||||
</div>
|
||||
|
||||
<form id="FormValidation" method="post" action="/api/v1/portal-management/sources/inserve/">
|
||||
<input type="hidden" name="_method" value="POST">
|
||||
<input type="hidden" name="X-HTTP-Method-Override" value="POST">
|
||||
<input type="hidden" name="_return" value="/portal-management/sources/inserve">
|
||||
<div class="card-body">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user