summaryrefslogtreecommitdiff
path: root/talerdonations/donations/templates/execute-payment.html
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-24 20:23:06 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-24 20:23:06 +0100
commit3e5536174253a11bb214d766d7377347265fcf6a (patch)
treee86905326dc242437ecf72603b2bfb23f9cb7373 /talerdonations/donations/templates/execute-payment.html
parent672ac93130ae7548accebfc13754285f15dfec17 (diff)
downloaddonations-3e5536174253a11bb214d766d7377347265fcf6a.tar.gz
donations-3e5536174253a11bb214d766d7377347265fcf6a.tar.bz2
donations-3e5536174253a11bb214d766d7377347265fcf6a.zip
missing templates
Diffstat (limited to 'talerdonations/donations/templates/execute-payment.html')
-rw-r--r--talerdonations/donations/templates/execute-payment.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/talerdonations/donations/templates/execute-payment.html b/talerdonations/donations/templates/execute-payment.html
new file mode 100644
index 0000000..e1283ce
--- /dev/null
+++ b/talerdonations/donations/templates/execute-payment.html
@@ -0,0 +1,12 @@
+{% extends "templates/base.html" %}
+
+{% block scripts %}
+<meta name="contract-hash" value="{{ hc }}">
+<meta name="pay-url" value="{{ pay_url|safe }}">
+<meta name="offering-url" value="{{ offering_url|safe }}">
+<script src="static/execute-payment.js" type="application/javascript"></script>
+{% endblock scripts %}
+
+{% block main %}
+<div id="msg">Executing payment <span id="action-indicator"></span></div>
+{% endblock main %}