From fd1479edcdd8c6d72cd5fe1c85f66ae1af0bcef1 Mon Sep 17 00:00:00 2001 From: Alex Wright Date: Sat, 29 Feb 2020 19:57:40 +0100 Subject: [PATCH] Login form --- templates/hello.html.tera | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/templates/hello.html.tera b/templates/hello.html.tera index c33993f..e696abd 100644 --- a/templates/hello.html.tera +++ b/templates/hello.html.tera @@ -1,5 +1,23 @@ {% extends "base" %} {% block content %} -

Hello!

+

Login

+
+
+ Login +
+ + + +
+
+ + + +
+
+ +
+
+
{% endblock content %}