gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-survey] branch master updated: locate template in th


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: locate template in the right directory
Date: Thu, 01 Feb 2018 07:41:07 +0100

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

dold pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new 2a23924  locate template in the right directory
2a23924 is described below

commit 2a23924dec6348f6753cb1e7eed5e1abf5d06671
Author: Florian Dold <address@hidden>
AuthorDate: Thu Feb 1 07:41:02 2018 +0100

    locate template in the right directory
---
 talersurvey/survey/survey.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talersurvey/survey/survey.py b/talersurvey/survey/survey.py
index 013cc71..5126963 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -101,7 +101,7 @@ def internal_error(e):
 @app.route("/survey-stats", methods=["GET"])
 def survey_stats():
     stats = backend_get("tip-query", dict(instance="default"))
-    return flask.render_template("survey_stats.html", stats=stats)
+    return flask.render_template("templates/survey_stats.html", stats=stats)
 
 
 @app.route("/submit-survey", methods=["POST"])

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



reply via email to

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