summaryrefslogtreecommitdiff
path: root/talersurvey/survey/templates/wait.html
diff options
context:
space:
mode:
Diffstat (limited to 'talersurvey/survey/templates/wait.html')
-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 %}