commit 3565645a19621fd59dacd966b3ef7784396b6d8c parent 0f8b783300f331779368184403829374f8064b56 Author: Florian Dold <florian@dold.me> Date: Thu, 30 Oct 2025 14:55:58 +0100 remote self-provisioning menu entry Diffstat:
| M | talermerchantdemos/templates/common-base.html.j2 | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2 @@ -65,10 +65,6 @@ <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("Your Own Shop")}}</a> <script> function handleLang(event){ if (event.type === 'click') {