From bcdc84fb416820493e048fe28ca59e9090762ffb Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 15 Nov 2016 17:36:51 +0800 Subject: webui: Implement login support (password authentication) --- fg21sim/webui/templates/login.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 fg21sim/webui/templates/login.html (limited to 'fg21sim/webui/templates') diff --git a/fg21sim/webui/templates/login.html b/fg21sim/webui/templates/login.html new file mode 100644 index 0000000..51d4cd1 --- /dev/null +++ b/fg21sim/webui/templates/login.html @@ -0,0 +1,30 @@ +{# + # Copyright (c) 2016 Weitian LI + # MIT license + # + # Login page for the Web UI of "fg21sim" + #} + +{% extends "base.html" %} + +{% block subtitle %}Login |{% end %} + +{% block main %} +
+

Login

+
+ +
+ {% module xsrf_form_html() %} +
+ + + +
+
+
+{% end %} -- cgit v1.2.2