From a984947846c7b83d3151fc4987ca615edcb168ef Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Oct 2020 15:05:16 +0200 Subject: i18n for survey --- talermerchantdemos/survey/templates/index.html.j2 | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 talermerchantdemos/survey/templates/index.html.j2 (limited to 'talermerchantdemos/survey/templates/index.html.j2') diff --git a/talermerchantdemos/survey/templates/index.html.j2 b/talermerchantdemos/survey/templates/index.html.j2 new file mode 100644 index 0000000..9c9df5b --- /dev/null +++ b/talermerchantdemos/survey/templates/index.html.j2 @@ -0,0 +1,26 @@ +{% extends "templates/base.html.j2" %} +{% block main %} +
+

+ {{ + gettext("On this page, you can participate in our survey about payment systems and receive a tip in return.") + }} +

+
+
+
+ {{ gettext("Which payment system do you prefer?") }} +
+ + +
+ +
+
+{% endblock %} -- cgit v1.2.3