commit b3398bc8e78860507427fbce2fa29ee61a756c86 parent c3e7a8b0e627e279d8e2114fe7aee15eedaee49e Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 7 Apr 2026 14:50:16 +0200 add prominent button for wallet download Diffstat:
| M | template/index.html.j2 | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/template/index.html.j2 b/template/index.html.j2 @@ -38,9 +38,10 @@ <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://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">{{ _("Commercial Support")}}</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> </p> </div> <div class="col-lg-4">