summaryrefslogtreecommitdiff
path: root/talerblog/blog/templates/request_payment.html
blob: 2fcf8db39823351c423b3b4f785725a8f31770b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "templates/base.html" %}
{% block main %}

<div id="ccfakeform" class="taler-installed-hide">
  <p>
  Looks like your browser doesn't support GNU Taler payments.  You can try
  installing browser extension wallet.
  </p>

  Use this QR code to pay with your module wallet:

  {{ qrcode_svg | safe }}

</div>
{% endblock main %}