aboutsummaryrefslogtreecommitdiff
path: root/talerbank/app/templates/withdraw_show.html
diff options
context:
space:
mode:
Diffstat (limited to 'talerbank/app/templates/withdraw_show.html')
-rw-r--r--talerbank/app/templates/withdraw_show.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/talerbank/app/templates/withdraw_show.html b/talerbank/app/templates/withdraw_show.html
index 4fe8a3d..cb46141 100644
--- a/talerbank/app/templates/withdraw_show.html
+++ b/talerbank/app/templates/withdraw_show.html
@@ -19,7 +19,7 @@
{% extends "base.html" %}
{% block headermsg %}
-<h1 class="nav">Withdraw to a Taler Wallet</h1>
+<h1 class="nav">{{ _("Withdraw to a Taler Wallet") }}</h1>
{% endblock %}
{% block head %}
@@ -74,7 +74,7 @@
{{ qrcode_svg | safe }}
<p>
{% autoescape off %}
- {{ _("Click <a href="{taler_withdraw_uri}">this link</a> to open your system's Taler wallet if it exists.").format(taler_withdraw_uri=taler_withdraw_uri) }}
+ {{ _("Click <a href=\"{taler_withdraw_uri}\">this link</a> to open your system's Taler wallet if it exists.").format(taler_withdraw_uri=taler_withdraw_uri) }}
{% endautoescape %}
</p>