summaryrefslogtreecommitdiff
path: root/talerdonations/donations/templates/fallback.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/fallback.html
parent672ac93130ae7548accebfc13754285f15dfec17 (diff)
downloaddonations-3e5536174253a11bb214d766d7377347265fcf6a.tar.gz
donations-3e5536174253a11bb214d766d7377347265fcf6a.tar.bz2
donations-3e5536174253a11bb214d766d7377347265fcf6a.zip
missing templates
Diffstat (limited to 'talerdonations/donations/templates/fallback.html')
-rw-r--r--talerdonations/donations/templates/fallback.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/talerdonations/donations/templates/fallback.html b/talerdonations/donations/templates/fallback.html
new file mode 100644
index 0000000..448af2b
--- /dev/null
+++ b/talerdonations/donations/templates/fallback.html
@@ -0,0 +1,23 @@
+{% extends "templates/base.html" %}
+{% block main %}
+<div id="ccfakeform" class="fade">
+ <p>
+ Oops, it looks like you don't have a Taler wallet installed. Why don't you enter
+ all your credit card details before reading the article? <em>You can also
+ use GNU Taler to complete the purchase at any time.</em>
+ </p>
+
+ <form>
+ First name<br> <input type="text"></input><br>
+ Family name<br> <input type="text"></input><br>
+ Age<br> <input type="text"></input><br>
+ Nationality<br> <input type="text"></input><br>
+ Gender<br> <input type="radio" name"gender">Male</input>
+ CC number<br> <input type="text"></input><br>
+ <input type="radio" name="gender">Female</input><br>
+ </form>
+ <form method="get" action="/cc-payment/{{ article_name }}">
+ <input type="submit"></input>
+ </form>
+</div>
+{% endblock main %}