From e6468b012d5b33dd16992652da57f11dd5a6e82f Mon Sep 17 00:00:00 2001 From: Jokler Date: Sun, 21 Jun 2020 06:37:46 +0200 Subject: Initial commit --- templates/login.htm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/login.htm (limited to 'templates/login.htm') diff --git a/templates/login.htm b/templates/login.htm new file mode 100644 index 0000000..e107aeb --- /dev/null +++ b/templates/login.htm @@ -0,0 +1,19 @@ +{% extends "base.htm" %} + +{% block title %}Login{% endblock %} + +{% block content %} +

Login

+{% if failed -%} +
Invalid Login Data
+{% endif -%} +
+ + + + +
+{% endblock %} + + -- cgit v1.2.3-70-g09d2