summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-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>