gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-blog] branch master updated: wallet detection is obs


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: wallet detection is obsolete since we have mobile wallets now
Date: Fri, 23 Aug 2019 19:17:31 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new c36aa82  wallet detection is obsolete since we have mobile wallets now
c36aa82 is described below

commit c36aa82a089a9da7aaca3655ae1f96e82348c0e1
Author: Florian Dold <address@hidden>
AuthorDate: Fri Aug 23 19:17:27 2019 +0200

    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(-)

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 @@
     </div>
 
     <h2>Chapters</h2>
-    <div class="taler-installed-hide warn">
-      <p>This site requires a Taler wallet to pay for articles.
-      You can install it from our <a href="https://taler.net/en/wallet.html"; 
rel="noopener noreferrer" target="_blank">installation page</a>.
-    </div>
-
-    <div class="taler-installed-show">
+    <div>
       Click on an individual chapter to to purchase it.  You can
       get free, virtual money to buy articles on this page at the <a href="{{ 
env('TALER_ENV_URL_BANK', '#') }}">bank</a>.
     </div>
@@ -35,9 +30,8 @@
     <div>
       {% for article in articles %}
       <div class="notice">
-      <h3 class="taler-installed-show"><a href="{{ url_for('article', 
article_name=article.slug) }}">{{article.title}}</a></h3>
-      <h3 class="taler-installed-hide">{{article.title}} <span 
style="font-size: small;">(install wallet to buy/read)</span></h3>
-      <p>{{ article.teaser|safe }} <a class="taler-installed-show" href="{{ 
url_for('article', article_name=article.slug) }}">(Read more...)</a></p>
+      <h3"><a href="{{ url_for('article', article_name=article.slug) 
}}">{{article.title}}</a></h3>
+      <p>{{ article.teaser|safe }} <a href="{{ url_for('article', 
article_name=article.slug) }}">(Read more...)</a></p>
       </div>
       {% else %}
       <em>(No articles available)</em>
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 %}
 
-<p class="taler-installed-show">
-Payment is being processed.  If nothing happens, please <a href="{{ 
request.path }}">click here</a>.
-</p>
-  
 <div id="ccfakeform" class="taler-installed-hide">
   <p>
   Looks like your browser doesn't support GNU Taler payments.  You can try

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]