summaryrefslogtreecommitdiff
path: root/talersurvey
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-06-29 12:27:39 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-06-29 12:27:39 +0200
commitba3265cc4cf2fd59ed9ec91290f80c47bc4ec4e5 (patch)
tree19e60f441a27c7e1feebf58c67f77fa6111734cd /talersurvey
parent5ae52f9639bba7fd9dccaf70f67b0c6ffde276d6 (diff)
downloadsurvey-ba3265cc4cf2fd59ed9ec91290f80c47bc4ec4e5.tar.gz
survey-ba3265cc4cf2fd59ed9ec91290f80c47bc4ec4e5.tar.bz2
survey-ba3265cc4cf2fd59ed9ec91290f80c47bc4ec4e5.zip
Restore back-office link
Diffstat (limited to 'talersurvey')
-rw-r--r--talersurvey/survey/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/talersurvey/survey/templates/base.html b/talersurvey/survey/templates/base.html
index 806ba63..433d6b1 100644
--- a/talersurvey/survey/templates/base.html
+++ b/talersurvey/survey/templates/base.html
@@ -35,6 +35,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', '#') }}">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>