From 86ee174c9d81c0ed5672113fcd8e76cf30c671ec Mon Sep 17 00:00:00 2001 From: doc Date: Sat, 28 Jun 2025 21:03:28 +0000 Subject: inital commit --- templates/login.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 templates/login.html (limited to 'templates/login.html') diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..9973dfd --- /dev/null +++ b/templates/login.html @@ -0,0 +1,34 @@ + + + + + + Login + + +

Login

+
+ {{ form.csrf_token }} +
+ + +
+
+ + +
+
+ +
+
+ {% with messages = get_flashed_messages() %} + {% if messages %} + + {% endif %} + {% endwith %} + + -- cgit v1.2.3