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: html fix / wording


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: html fix / wording
Date: Mon, 26 Aug 2019 16:48:42 +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 75a0149  html fix / wording
75a0149 is described below

commit 75a0149f73c025ef7de18029f1e39c653950e81f
Author: Florian Dold <address@hidden>
AuthorDate: Mon Aug 26 16:48:32 2019 +0200

    html fix / wording
---
 talerblog/blog/templates/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/talerblog/blog/templates/index.html 
b/talerblog/blog/templates/index.html
index b4252c3..0159779 100644
--- a/talerblog/blog/templates/index.html
+++ b/talerblog/blog/templates/index.html
@@ -30,8 +30,8 @@
     <div>
       {% for article in articles %}
       <div class="notice">
-      <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>
+      <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) }}">(Pay to read more...)</a></p>
       </div>
       {% else %}
       <em>(No articles available)</em>

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



reply via email to

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