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: typos


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: typos
Date: Thu, 01 Feb 2018 07:36:35 +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 208efce  typos
208efce is described below

commit 208efce9bc6b2237f673896fc5da9f244ce4c98b
Author: Florian Dold <address@hidden>
AuthorDate: Thu Feb 1 07:36:30 2018 +0100

    typos
---
 talersurvey/survey/survey.py            | 2 +-
 talersurvey/survey/templates/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/talersurvey/survey/survey.py b/talersurvey/survey/survey.py
index c5b72b5..d235bc3 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -99,7 +99,7 @@ def internal_error(e):
                                  stack=traceback.format_exc())
 
 @app.route("/survey-stats", methods=["GET"])
-def survey_stats(e):
+def survey_stats():
     stats = backend_get("tip-query", instance="default")
     return flask.render_template("survey_stats.html", stats=stats)
 
diff --git a/talersurvey/survey/templates/index.html 
b/talersurvey/survey/templates/index.html
index e1ca8ce..e58e669 100644
--- a/talersurvey/survey/templates/index.html
+++ b/talersurvey/survey/templates/index.html
@@ -4,7 +4,7 @@
   <div>
     <p>
       In this page, you can participate in our survey about payment systems
-      and get a nice tip - via your Taler wallet - from this shop! <a href={{ 
url_for('survey_stats') }}>(surve stats)</a>
+      and get a nice tip - via your Taler wallet - from this shop! <a href={{ 
url_for('survey_stats') }}>(survey stats)</a>
     </p>
   </div>
   <div>

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



reply via email to

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