From 7bbc438c171e3b2eb73e1575e3f9a5e779216714 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sat, 17 Jul 2021 15:43:49 +0200 Subject: [PATCH] Display and highlight current language in dropdown list Currently, we don't display the current language in the list. This is confusing because the list changes when switching language. Now we always display the full list, and we highlight the current language. --- ihatemoney/templates/layout.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index cae707c2..bd5a412a 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -65,9 +65,7 @@