gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant-demos] 02/08: [provision] added self-provision in nav-ba


From: Admin
Subject: [taler-merchant-demos] 02/08: [provision] added self-provision in nav-bar
Date: Wed, 12 Feb 2025 00:15:15 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository taler-merchant-demos.

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

    [provision] added self-provision in nav-bar
---
 talermerchantdemos/templates/common-base.html.j2 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/talermerchantdemos/templates/common-base.html.j2 
b/talermerchantdemos/templates/common-base.html.j2
index a4932e1..92c1d5e 100644
--- 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 instance and corresponding 
bank account"
+            >{{gettext("Self-Provision")}}</a>
     <script>
       function handleLang(event){
         if (event.type === 'click') {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]