change to allow for the wtf tocken to be read in correctly

This commit is contained in:
2026-07-26 23:08:47 +02:00
parent d7d96d5567
commit d523dd0a68
+1 -1
View File
@@ -27,7 +27,7 @@
<form method="POST" action="{{ url_for('register') }}">
<!-- 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">
<label for="name">Vorname</label>