From 6d733084fe7efa9b2879c388680e4f054ca96852 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 10 Dec 2017 17:30:46 +0100 Subject: use proper fallout page and include detection stylesheet --- talerdonations/donations/templates/base.html | 1 + talerdonations/donations/templates/fallback.html | 39 +++++++++++++----------- 2 files changed, 23 insertions(+), 17 deletions(-) (limited to 'talerdonations') diff --git a/talerdonations/donations/templates/base.html b/talerdonations/donations/templates/base.html index dc78eb0..55a60db 100644 --- a/talerdonations/donations/templates/base.html +++ b/talerdonations/donations/templates/base.html @@ -20,6 +20,7 @@ Taler Donation Demo + {% block styles %}{% endblock %} diff --git a/talerdonations/donations/templates/fallback.html b/talerdonations/donations/templates/fallback.html index 448af2b..8dc426b 100644 --- a/talerdonations/donations/templates/fallback.html +++ b/talerdonations/donations/templates/fallback.html @@ -1,23 +1,28 @@ {% extends "templates/base.html" %} {% block main %} -
-

- 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? You can also - use GNU Taler to complete the purchase at any time. -

-
- First name

- Family name

- Age

- Nationality

- Gender
Male - CC number

- Female
-
-
+

+Payment is being processed. If nothing happens, please click here. +

+ +
+

+ 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? You can also + use GNU Taler to complete the purchase at any time. +

+ + + First name

+ Family name

+ Age

+ Nationality

+ Gender
Male + CC number

+ Female
+ +
-
+
{% endblock main %} -- cgit v1.2.3