From 4c425e1e6e78dc0008d996a77f1dc51f7d4eab0c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 16 Nov 2016 17:48:45 +0800 Subject: webui: configs.html: Add XSRF token and a modal dialog container --- fg21sim/webui/templates/configs.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fg21sim/webui/templates/configs.html') diff --git a/fg21sim/webui/templates/configs.html b/fg21sim/webui/templates/configs.html index be2c0d2..f493661 100644 --- a/fg21sim/webui/templates/configs.html +++ b/fg21sim/webui/templates/configs.html @@ -29,6 +29,7 @@
+ {% module xsrf_form_html() %}
@@ -467,4 +468,6 @@
+ + -- cgit v1.2.2