From ed76f944255eabb102c401e5b5c6116b2757e0c6 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Wed, 13 Aug 2025 12:49:49 +0000 Subject: [PATCH] Update web/templates/login.html this is where I added the gradient and tried to fix the login stack --- web/templates/login.html | 66 +++++++++++++++++++++++++++++++--------- 1 file changed, 51 insertions(+), 15 deletions(-) diff --git a/web/templates/login.html b/web/templates/login.html index 1af320e..cbad8dd 100644 --- a/web/templates/login.html +++ b/web/templates/login.html @@ -1,16 +1,52 @@ -{% extends "base.html" %} -{% block title %}Sign in - Illustrations DB{% endblock %} -{% block content %} -
-

Sign in

- {% if error %}
{{ error }}
{% endif %} -
{% csrf_token %} - - -
- Cancel - -
-
+{% load static %} + + + + + Sign in ยท Illustrations + + + + + + -{% endblock %} + + + \ No newline at end of file