Added form action

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2024-10-09 19:31:56 +01:00
parent 2883e79193
commit a7f7e4938f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
</style>
<form method="POST" autocomplete="off" class="form-horizontal" role="form" id="create-form">
<form method="POST" action="{{ route('settings.alerts.save') }}" autocomplete="off" class="form-horizontal" role="form" id="create-form">
<!-- CSRF Token -->
{{ csrf_field() }}
+1 -1
View File
@@ -43,7 +43,7 @@
@endif
<form method="POST" autocomplete="off" class="form-horizontal" role="form" id="create-form">
<form method="POST" action="{{ route('settings.ldap.save') }}" autocomplete="off" class="form-horizontal" role="form" id="create-form">
<!-- CSRF Token -->
{{csrf_field()}}