From 34b24a0dcb044cb755e201ad1a83253d0690e78e Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 13 Nov 2022 16:14:38 -0700 Subject: More UI! --- templates/auth/login.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'templates/auth/login.html') diff --git a/templates/auth/login.html b/templates/auth/login.html index f8e1c9d..c892c78 100644 --- a/templates/auth/login.html +++ b/templates/auth/login.html @@ -1,11 +1,18 @@ {% extends "base.html" %} -{% load crispy_forms_tags %} {% block title %}Login{% endblock %} {% block content %} - + +
+ {% csrf_token %} + {% for field in form %} + {% include "forms/_field.html" %} + {% endfor %} +
+ +
+
{% endblock %} -- cgit v1.2.3