add missing csrf-token to configuration-form
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -105,6 +105,7 @@
|
||||
</div>
|
||||
{% endblock %}
|
||||
<div class="row mt-3">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token }}"/>
|
||||
<input type="hidden" name="finish" value="1"/>
|
||||
<div class="col-12 col-md-6">
|
||||
<span class="text-danger">*</span>
|
||||
|
||||
Reference in New Issue
Block a user