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 ----- 1 file changed, 5 deletions(-) delete mode 100644 authentication/templates/authorize.html (limited to 'authentication/templates/authorize.html') 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 %} -- cgit v1.2.3