summaryrefslogtreecommitdiff
path: root/talerblog/blog/templates/request_payment.html
blob: f9ca6d422d114b993df82d8e85b1a255cb1fdcee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{% extends "templates/base.html" %}
{% block meta %}
<meta http-equiv="refresh" content="1">
{% endblock meta %}
{% block main %}

<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>

  <p>
  You can also use this QR code to pay with your mobile wallet:
  </p>

  {{ qrcode_svg | safe }}

</div>
{% endblock main %}