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 var name in templat


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: fix var name in template
Date: Wed, 10 Jan 2018 14:17:23 +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 47c2829  fix var name in template
47c2829 is described below

commit 47c282951c41883b97cf84c56f9cb1198d41b191
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jan 10 14:17:13 2018 +0100

    fix var name in template
---
 talerblog/blog/templates/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerblog/blog/templates/index.html 
b/talerblog/blog/templates/index.html
index 5d767ee..54ee5c5 100644
--- a/talerblog/blog/templates/index.html
+++ b/talerblog/blog/templates/index.html
@@ -85,7 +85,7 @@ Gakuin University
     <!-- TODO: show this section ONLY if Taler wallet is present! -->
     <ul style="list-style-type:none">
       {% for article in articles %}
-      <h3><a href="{{ url_for("article", name=article.slug) 
}}">{{article.title}}</a></h3>
+      <h3><a href="{{ url_for("article", article_name=article.slug) 
}}">{{article.title}}</a></h3>
       {{ article.teaser|safe }}
       {% 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]