taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 04856a5635d3c996fcace3683b21a08ad26e34c9
parent e84a183804c1df132179c25c6c7f654adc5e53bb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 14 Apr 2026 17:23:05 +0200

fix link

Diffstat:
Mtemplate/index.html.j2 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/index.html.j2 b/template/index.html.j2 @@ -38,7 +38,7 @@ <a href="https://gnu.org/philosophy/free-sw.html" target="_blank" rel="noopener noreferrer">{{ _("Free Software") }}</a> </li> </ul> - <form action="{{ "https://wallet.taler.net/" + lang + "/" }}" rel="noopener noreferrer" style="display:inline;"><button type="submit" class="btn btn-primary">{{ _("Download Taler Wallet App")}}</button></form> + <form action="{{ "https://wallet.taler.net/" }}" rel="noopener noreferrer" style="display:inline;"><button type="submit" class="btn btn-primary">{{ _("Download Taler Wallet App")}}</button></form> <form action="{{ "https://demo.taler.net/" + lang + "/" }}" target="_blank" rel="noopener noreferrer" style="display:inline;"><button type="submit" class="btn btn-primary">{{ _("Try Demo!")}}</button></form> <form action="https://docs.taler.net/" target="_blank" rel="noopener noreferrer" style="display:inline;"><button type="submit" class="btn btn-secondary">{{ _("Read Docs")}}</button></form> <form action="https://taler-systems.com/" target="_blank" rel="noopener noreferrer" style="display:inline;"><button type="submit" class="btn btn-secondary">{{ _("Get Commercial Support")}}</button></form>