summaryrefslogtreecommitdiff
path: root/talerblog/blog/templates/cc-payment.html
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-24 20:24:19 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-24 20:24:19 +0100
commit38478a8a4b240d06c841e2e6e9396966b783fecb (patch)
tree81bf3b958b916666f90f87e2e29fec6314ad60a3 /talerblog/blog/templates/cc-payment.html
parent9e2cf1173542ace101dd36f3bee2593ed3f3a48c (diff)
downloadblog-38478a8a4b240d06c841e2e6e9396966b783fecb.tar.gz
blog-38478a8a4b240d06c841e2e6e9396966b783fecb.tar.bz2
blog-38478a8a4b240d06c841e2e6e9396966b783fecb.zip
missing templates
Diffstat (limited to 'talerblog/blog/templates/cc-payment.html')
-rw-r--r--talerblog/blog/templates/cc-payment.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/talerblog/blog/templates/cc-payment.html b/talerblog/blog/templates/cc-payment.html
new file mode 100644
index 0000000..b23b751
--- /dev/null
+++ b/talerblog/blog/templates/cc-payment.html
@@ -0,0 +1,5 @@
+{% extends "templates/base.html" %}
+
+{% block main %}
+Credit card payment declined.
+{% endblock main %}