taler-merchant-demos

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

commit 3eb87cc0bea3a84ced51e177c9ea27b020384859
parent 836fa32d29ecdbe13d7eb703c3fc02a34dec7882
Author: Özgür Kesim <oec@codeblau.de>
Date:   Thu,  3 Oct 2024 17:35:59 +0200

[provision] added self-provision in nav-bar

Diffstat:
Mtalermerchantdemos/templates/common-base.html.j2 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2 @@ -65,6 +65,10 @@ <a href="{{ env('TALER_ENV_URL_MERCHANT_DONATIONS', '#') + getlang() + '/' }}" {% if getactive() == 'donations' %} class="active" {% endif %} >{{gettext("Donations")}}</a> + <a href="{{ env('TALER_ENV_URL_MERCHANT_PROVISION', '#') + getlang() + '/' }}" + {% if getactive() == 'provision' %} class="active" {% endif %} + title="self-provisioning of a merchant instanceand corresponding bank account" + >{{gettext("Self-Provision")}}</a> <script> function handleLang(event){ if (event.type === 'click') {