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

<p class="taler-installed-show">
Payment is being processed.  If nothing happens, please <a href="{{ request.path }}">click here</a>.
</p>
  
<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:
</div>
{% endblock main %}