diff --git a/config.toml b/config.toml index 2f10257c..84143850 100644 --- a/config.toml +++ b/config.toml @@ -28,7 +28,6 @@ external_links_target_blank = true paths = "safe" [extra] -stripe = "https://donate.organicmaps.app/" ada = "addr1qxh59080ujswxuzapzrdvuzpglfktg09gq9q7dxpdl7jfka0g27wle9qudc96zyx6ecyz37nvks72sq2pu6vzmlayndsj02qhw" algo = "3UZXZEPGFAM7E74IO32Y7O6KOY3E7NNNJVBV4GFS5UWQQSY7AIM5PK7C2E" bch = "qqcjkzf7nlgvhng5vhq7n7hjrcdqccyqlq9h7gq4xw" diff --git a/templates/shortcodes/donate_buttons.html b/templates/shortcodes/donate_buttons.html index f546dbf8..8deadc4f 100644 --- a/templates/shortcodes/donate_buttons.html +++ b/templates/shortcodes/donate_buttons.html @@ -1,28 +1,33 @@ +{% if lang == 'en' %} +{% set stripe = 'https://donate.organicmaps.app' %} +{% else %} +{% set stripe = 'https://donate.organicmaps.app/?locale=' ~ lang %} +{% endif %}