From df573e5bdc9d3e086743348cfad7e87f02883b23 Mon Sep 17 00:00:00 2001 From: TimZ99 Date: Sat, 20 Apr 2019 17:56:21 +0200 Subject: [PATCH] Changed csrf input to standard --- src/templates/default/module/server/status/index.tpl.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/templates/default/module/server/status/index.tpl.html b/src/templates/default/module/server/status/index.tpl.html index 4174c506..43a73110 100644 --- a/src/templates/default/module/server/status/index.tpl.html +++ b/src/templates/default/module/server/status/index.tpl.html @@ -1,5 +1,6 @@ +{% import 'main/macros.tpl.html' as macro %} +{{ macro.input_csrf() }}
-
{% for server in servers_offline %}