summaryrefslogtreecommitdiff
path: root/template/docs.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-24 14:11:38 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-24 14:11:38 +0100
commit795cff9b683bd053580501fd871d66833afa136a (patch)
tree4cf9b497eb46e41db974842c2d2365d0ceb34388 /template/docs.html.j2
parent95264a99379ed183a8d098fbaadbca973c5baa68 (diff)
downloadwww-795cff9b683bd053580501fd871d66833afa136a.tar.gz
www-795cff9b683bd053580501fd871d66833afa136a.tar.bz2
www-795cff9b683bd053580501fd871d66833afa136a.zip
add wallet
Diffstat (limited to 'template/docs.html.j2')
-rw-r--r--template/docs.html.j210
1 files changed, 10 insertions, 0 deletions
diff --git a/template/docs.html.j2 b/template/docs.html.j2
index aeaa1f23..27fb82c5 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -87,6 +87,16 @@
<div class="row">
<div class="col-3">
+ <a href="https://{{ siteconfitem['docshost'] }}/taler-wallet.html">
+ <img src="{{ url('icons/icon-wallet.svg') }}" height=60>
+ <h3>{{ _("Wallet") }}</h3>
+ </a>
+ {% trans %}
+ Manual about the Taler wallets (WebExtensions, Android, CLI).
+ {% endtrans %}
+ </div>
+
+ <div class="col-3">
<a href="https://{{ siteconfitem['docshost'] }}/taler-backoffice-manual.html">
<img src="{{ url('icons/icon-backoffice.svg') }}" height=60>
<h3>{{ _("Back office") }}</h3>