summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-02-25 18:49:18 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-03-29 18:31:39 +0100
commit0bdaae8356c5935c5f5bec762f8e309b8a046db4 (patch)
tree9cd2351b38e998ffa66f0f2d06f2aae136664c69
parent70caaf5a96123cdeb87550d926129a8054b64570 (diff)
downloadsurvey-0bdaae8356c5935c5f5bec762f8e309b8a046db4.tar.gz
survey-0bdaae8356c5935c5f5bec762f8e309b8a046db4.tar.bz2
survey-0bdaae8356c5935c5f5bec762f8e309b8a046db4.zip
Optimizing #5591.
-rw-r--r--talersurvey/survey/templates/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/talersurvey/survey/templates/index.html b/talersurvey/survey/templates/index.html
index 47b69fb..ef2db87 100644
--- a/talersurvey/survey/templates/index.html
+++ b/talersurvey/survey/templates/index.html
@@ -8,7 +8,8 @@
</p>
</div>
<div class="taler-installed-hide">
- <p>The survey is not possible without the wallet; please enable/install one!</p>
+ <p>The survey is not possible without the wallet;
+ please <a href="https://{{ env('TALER_ENV_NAME', www) }}.taler.net/">install one!</a></p>
</div>
<div class="taler-installed-show">
<form action="{{ url_for('submit_survey') }}" method="post" class="pure-form pure-form-stacked">