From 498c79f434856aa68e9a883247ea69a22256fce6 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 22 Jul 2026 14:51:44 +0200 Subject: Added auth layer --- authentication/templates/authorize.html | 5 ----- authentication/templates/login.html | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 authentication/templates/authorize.html (limited to 'authentication/templates') diff --git a/authentication/templates/authorize.html b/authentication/templates/authorize.html deleted file mode 100644 index 1ed6506..0000000 --- a/authentication/templates/authorize.html +++ /dev/null @@ -1,5 +0,0 @@ -{% extends "./base.html" %} - -{% block content %} -

AUTH

-{% endblock %} diff --git a/authentication/templates/login.html b/authentication/templates/login.html index fcba5cd..2db2512 100644 --- a/authentication/templates/login.html +++ b/authentication/templates/login.html @@ -3,7 +3,7 @@ {% block content %}
- + {% if errors and errors.username %} {{ errors.username }} {% endif %} -- cgit v1.2.3