summaryrefslogtreecommitdiff
path: root/talersurvey/survey/templates
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-28 12:41:36 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-28 12:41:36 +0100
commit3eff171197018323756b50fc8b61bb4a9fcda428 (patch)
tree4f49163830b7a157defca4cfebd3eb49504b586f /talersurvey/survey/templates
parente0cf85f8fb076f12ccd5870ed0925e243683274b (diff)
downloadsurvey-3eff171197018323756b50fc8b61bb4a9fcda428.tar.gz
survey-3eff171197018323756b50fc8b61bb4a9fcda428.tar.bz2
survey-3eff171197018323756b50fc8b61bb4a9fcda428.zip
returning backend data as stringified header
Diffstat (limited to 'talersurvey/survey/templates')
-rw-r--r--talersurvey/survey/templates/wait.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/talersurvey/survey/templates/wait.html b/talersurvey/survey/templates/wait.html
new file mode 100644
index 0000000..81dd36a
--- /dev/null
+++ b/talersurvey/survey/templates/wait.html
@@ -0,0 +1,7 @@
+{% extends "templates/base.html" %}
+
+{% block main %}
+ <p>
+ Please wait while the tip is being generated..
+ </p>
+{% endblock %}