fix: Add CSRF token to membership application form
This commit is contained in:
parent
28b98fe055
commit
969dd75701
@ -360,6 +360,7 @@
|
||||
|
||||
<div class="wizard-content">
|
||||
<form method="POST" id="wizardForm">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}">
|
||||
|
||||
{% if step == 1 %}
|
||||
<!-- STEP 1: Dane firmy -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user