summaryrefslogtreecommitdiff
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.html37
1 files changed, 3 insertions, 34 deletions
diff --git a/talerbank/app/templates/withdraw_show.html b/talerbank/app/templates/withdraw_show.html
index cb46141..675099e 100644
--- a/talerbank/app/templates/withdraw_show.html
+++ b/talerbank/app/templates/withdraw_show.html
@@ -1,27 +1,5 @@
-<!--
- This file is part of GNU Taler.
- Copyright (C) 2019 GNUnet e.V.
-
- GNU Taler is free software; you can redistribute it and/or modify it under the
- terms of the GNU Lesser General Public License as published by the Free Software
- Foundation; either version 2.1, or (at your option) any later version.
-
- GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
-
- @author Florian Dold
--->
-
{% extends "base.html" %}
-{% block headermsg %}
-<h1 class="nav">{{ _("Withdraw to a Taler Wallet") }}</h1>
-{% endblock %}
-
{% block head %}
<script>
// prettier-ignore
@@ -54,19 +32,10 @@
setTimeout(check, delayMs);
</script>
-<style>
-
-</style>
{% endblock head %}
-{% block content %}
-<div class="taler-installed-hide">
- <p>
- {% autoescape off %}
- {{ _("Looks like your browser doesn't support GNU Taler payments. You can try installing a <a href=\"{wallet_link}\">wallet browser extension</a>.").format(wallet_link="https://taler.net/en/wallet.html") }}
- {% endautoescape %}
- </p>
-</div>
+{% block main %}
+<h1 class="nav">{{ _("Withdraw to a Taler Wallet") }}</h1>
<p>
{{ _("You can use this QR code to withdraw to your mobile wallet:") }}
@@ -78,4 +47,4 @@
{% endautoescape %}
</p>
-{% endblock content %}
+{% endblock main %}