From 72f5311d7a1f0c591c23d1e6ed0582114192924d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Tue, 19 Apr 2022 21:35:27 +0200 Subject: [PATCH] Fix login button on light theme --- ram/portal/templates/includes/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ram/portal/templates/includes/login.html b/ram/portal/templates/includes/login.html index b67f2ee..7a289d3 100644 --- a/ram/portal/templates/includes/login.html +++ b/ram/portal/templates/includes/login.html @@ -16,5 +16,5 @@ {% else %} - Log in + Log in {% endif %}