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: fix markup


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: fix markup
Date: Fri, 19 Jan 2018 04:11:32 +0100

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 c9cba96  fix markup
c9cba96 is described below

commit c9cba96498473377a92f7695f1ec063c3d7f5aaa
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 19 04:11:28 2018 +0100

    fix markup
---
 talerblog/blog/templates/index.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/talerblog/blog/templates/index.html 
b/talerblog/blog/templates/index.html
index d2ff719..8a0f157 100644
--- a/talerblog/blog/templates/index.html
+++ b/talerblog/blog/templates/index.html
@@ -39,12 +39,12 @@
     <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>
-        {{ article.teaser|safe }}
-        {% else %}
-        <em>(No articles available)</em>
+      <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>
+      {{ article.teaser|safe }}
       </div>
+      {% else %}
+      <em>(No articles available)</em>
       {% endfor %}
     </div>
 {% endblock main %}

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



reply via email to

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