From 49cf4e287bbfb111791ce91f9875679d6f201a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20H=C3=A1la?= Date: Fri, 12 Jan 2024 15:35:53 +0100 Subject: [PATCH] Convert login button to an actual button --- frontend/templates/base/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/templates/base/index.html b/frontend/templates/base/index.html index 7c802ab..3b92a18 100644 --- a/frontend/templates/base/index.html +++ b/frontend/templates/base/index.html @@ -90,7 +90,7 @@ {% if user.is_authenticated %} {% trans "Logged as" %} {{ user.username }} {% else %} - {% trans "Log in" %} + {% trans "Log in" %} {% endif %}