From c36aa82a089a9da7aaca3655ae1f96e82348c0e1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 23 Aug 2019 19:17:27 +0200 Subject: wallet detection is obsolete since we have mobile wallets now --- talerblog/blog/templates/index.html | 12 +++--------- talerblog/blog/templates/request_payment.html | 4 ---- 2 files changed, 3 insertions(+), 13 deletions(-) (limited to 'talerblog') diff --git a/talerblog/blog/templates/index.html b/talerblog/blog/templates/index.html index 40cd7ea..b4252c3 100644 --- a/talerblog/blog/templates/index.html +++ b/talerblog/blog/templates/index.html @@ -22,12 +22,7 @@

Chapters

-
-

This site requires a Taler wallet to pay for articles. - You can install it from our installation page. -

- -
+
Click on an individual chapter to to purchase it. You can get free, virtual money to buy articles on this page at the bank.
@@ -35,9 +30,8 @@
{% for article in articles %}
-

{{article.title}}

-

{{article.title}} (install wallet to buy/read)

-

{{ article.teaser|safe }} (Read more...)

+ {{article.title}} +

{{ article.teaser|safe }} (Read more...)

{% else %} (No articles available) diff --git a/talerblog/blog/templates/request_payment.html b/talerblog/blog/templates/request_payment.html index 827caf1..d1ae48d 100644 --- a/talerblog/blog/templates/request_payment.html +++ b/talerblog/blog/templates/request_payment.html @@ -1,10 +1,6 @@ {% extends "templates/base.html" %} {% block main %} -

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

-

Looks like your browser doesn't support GNU Taler payments. You can try -- cgit v1.2.3