From 9444c1099a6de859c2ef1c0f3f9df311c9964a99 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 @@