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/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'authentication/templates/login.html') 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