summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-06-29 12:40:43 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-06-29 12:40:43 +0200
commit888fdc3532f8deb0a02410caf242e1c092728cbd (patch)
tree6a9ac618d0b50a292de1921883864d66a38cc10e
parent03fde8bec4c67016ad7ab512d46f8e6448a9ca4d (diff)
downloadbackoffice-888fdc3532f8deb0a02410caf242e1c092728cbd.tar.gz
backoffice-888fdc3532f8deb0a02410caf242e1c092728cbd.tar.bz2
backoffice-888fdc3532f8deb0a02410caf242e1c092728cbd.zip
Link to itself on the left-side panel.
-rw-r--r--talerbackoffice/backoffice/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/talerbackoffice/backoffice/templates/base.html b/talerbackoffice/backoffice/templates/base.html
index 4ecd543..362cae2 100644
--- a/talerbackoffice/backoffice/templates/base.html
+++ b/talerbackoffice/backoffice/templates/base.html
@@ -38,6 +38,7 @@
<li><a href="{{ env('TALER_ENV_URL_MERCHANT_BLOG', '#') }}">Essay Shop</a></li>
<li><a href="{{ env('TALER_ENV_URL_MERCHANT_DONATIONS', '#') }}">Donations</a></li>
<li><a href="{{ env('TALER_ENV_URL_MERCHANT_SURVEY', '#') }}">Tipping/Survey</a></li>
+ <li><a href="{{ env('TALER_ENV_URL_BACKOFFICE', '#') }}">Back-office</a></li>
</ul>
<p>You can learn more about Taler on our main <a href="https://taler.net">website</a>.</p>
</div>