summaryrefslogtreecommitdiff
path: root/talerblog/blog/templates/request_payment.html
diff options
context:
space:
mode:
Diffstat (limited to 'talerblog/blog/templates/request_payment.html')
-rw-r--r--talerblog/blog/templates/request_payment.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/talerblog/blog/templates/request_payment.html b/talerblog/blog/templates/request_payment.html
index 122b0ee..c30b847 100644
--- a/talerblog/blog/templates/request_payment.html
+++ b/talerblog/blog/templates/request_payment.html
@@ -4,15 +4,19 @@
{% endblock meta %}
{% block main %}
+<h1>Payment Required</h1>
+
<div class="taler-installed-hide">
- <h1>Payment Required</h1>
<p>
Looks like your browser doesn't support GNU Taler payments. You can try
installing a <a href="https://taler.net/en/wallet.html">wallet browser extension</a>.
</p>
+</div>
+
+<div>
<p>
- You can also use this QR code to pay with your mobile wallet:
+ You can use this QR code to pay with your mobile wallet:
</p>
{{ qrcode_svg | safe }}
@@ -22,4 +26,5 @@
</p>
</div>
+
{% endblock main %}