change to allow for the wtf tocken to be read in correctly
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
<form method="POST" action="{{ url_for('register') }}">
|
<form method="POST" action="{{ url_for('register') }}">
|
||||||
|
|
||||||
<!-- CSRF-Schutz (Zwingend erforderlich für POST) -->
|
<!-- CSRF-Schutz (Zwingend erforderlich für POST) -->
|
||||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}">
|
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="name">Vorname</label>
|
<label for="name">Vorname</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user