taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit cfab8e33a219b9399a1208fe5df85cc0b69b58e3
parent fe8061f4494decabef75eb4076c362dc2c93ed73
Author: ms <ms@taler.net>
Date:   Thu, 25 Nov 2021 21:56:49 +0100

provide link default

Diffstat:
Mtalermerchantdemos/templates/blog-base.html.j2 | 2+-
Mtalermerchantdemos/templates/donations-base.html.j2 | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/talermerchantdemos/templates/blog-base.html.j2 b/talermerchantdemos/templates/blog-base.html.j2 @@ -6,7 +6,7 @@ {% block header_content %} -<h1><span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_BLOG') }}">{{ gettext("Essay shop") }}</a></span></h1> +<h1><span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_BLOG', '#') }}">{{ gettext("Essay shop") }}</a></span></h1> <p>{{ gettext("On this page you can buy articles using an imaginary currency.") + "<br>" + gettext("The articles are chapters from Richard Stallman's book &quot;Free Software, Free Society&quot;.") + "<br>" + diff --git a/talermerchantdemos/templates/donations-base.html.j2 b/talermerchantdemos/templates/donations-base.html.j2 @@ -3,7 +3,7 @@ {% block header_content %} <h1> -<span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_DONATIONS') }}">{{gettext("Donations")}}</a></span></h1> +<span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_DONATIONS', '#') }}">{{gettext("Donations")}}</a></span></h1> <p>{{ gettext ("This is the donation page.") + "<br>" + gettext ("Using this page you can make donations in {currency} to Free Software projects.").format(currency=merchant_currency)