From 2730bbaaa188cefddbfa3516c486b33e549987ed Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 8 Oct 2022 11:14:40 +0100 Subject: [PATCH] apply CSS classes to /user/login.html template. --- templates/user/log-in.html | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/templates/user/log-in.html b/templates/user/log-in.html index 3e45d64..d546b61 100644 --- a/templates/user/log-in.html +++ b/templates/user/log-in.html @@ -1,17 +1,31 @@ {% extends "layouts/default.html" %} {% block title%}Log-in and start doing stuff.{%endblock%} {% block content %} -

Login

- -
-
- - - - - - -
+
+
- {% endblock %}