Changed csrf input to standard

This commit is contained in:
TimZ99 2019-04-20 17:56:21 +02:00
parent 6ca361519c
commit df573e5bdc
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{% import 'main/macros.tpl.html' as macro %}
{{ macro.input_csrf() }}
<div class="container">
<input type="hidden" name="saveLayout_csrf" value="{{ csrf_token(csrf_key|default('')) }}" />
<div id="flow-layout" class="{{ block_layout_active }}" aria-labelledby="block-layout">
<div class="row">
{% for server in servers_offline %}