gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontends] branch master updated: fix artic


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: fix article_frame template
Date: Mon, 13 Feb 2017 11:28:47 +0100

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

dold pushed a commit to branch master
in repository merchant-frontends.

The following commit(s) were added to refs/heads/master by this push:
     new 98ed10c  fix article_frame template
98ed10c is described below

commit 98ed10ca90e493b30e953be0c23038fe54044d2b
Author: Florian Dold <address@hidden>
AuthorDate: Mon Feb 13 11:28:45 2017 +0100

    fix article_frame template
---
 talerfrontends/blog/templates/article_frame.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerfrontends/blog/templates/article_frame.html 
b/talerfrontends/blog/templates/article_frame.html
index 4db519c..a2193d7 100644
--- a/talerfrontends/blog/templates/article_frame.html
+++ b/talerfrontends/blog/templates/article_frame.html
@@ -1,4 +1,4 @@
 {% extends "templates/base.html" %}
 {% block main %}
-{% include "articles/" + article_name %}:w
+{% include "articles/" + article_file %}
 {% 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]