From f126eef16dde7cb2e75ccda143b615d0f8d8b5a5 Mon Sep 17 00:00:00 2001 From: Rico Hermans Date: Mon, 25 Sep 2023 19:34:23 +0200 Subject: [PATCH] [FIX] Make subscribe page language dropdown use right words Previously, the subscribe page used the English word for every language, and defaulted to "Afrikaans". Make the dropdown better: don't default to the first language in the list, and use the language's own word to describe itself ("Deutsch" instead of "German", etc). --- templates/subscribe.html | 80 +++------------------------------------- 1 file changed, 6 insertions(+), 74 deletions(-) diff --git a/templates/subscribe.html b/templates/subscribe.html index 33f7bafe6b3..173f3feb12a 100644 --- a/templates/subscribe.html +++ b/templates/subscribe.html @@ -28,80 +28,12 @@

{{_('mailing_title')}}

- - + + {% for language in other_languages() %} + + {% endfor %}