From 7d3ca545a3f3792667298f9f038dc60c43e81c1a Mon Sep 17 00:00:00 2001 From: ms Date: Tue, 30 Nov 2021 19:13:40 +0100 Subject: Adapt language switch to proxied environments. --- talermerchantdemos/templates/common-base.html.j2 | 2 +- talermerchantdemos/templates/survey-index.html.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'talermerchantdemos') diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2 index fd5a371..2a6be8c 100644 --- a/talermerchantdemos/templates/common-base.html.j2 +++ b/talermerchantdemos/templates/common-base.html.j2 @@ -63,7 +63,7 @@
{% for lang_code, lang_display in all_languages.items() %} {% if lang_code != getlang() %} - {{ lang_display }} + {{ lang_display }}
{% endif %} {% endfor %} diff --git a/talermerchantdemos/templates/survey-index.html.j2 b/talermerchantdemos/templates/survey-index.html.j2 index d860573..0d0f87a 100644 --- a/talermerchantdemos/templates/survey-index.html.j2 +++ b/talermerchantdemos/templates/survey-index.html.j2 @@ -8,7 +8,7 @@

-
+ {{ gettext("Which payment system do you prefer?") }}