summaryrefslogtreecommitdiff
path: root/talersurvey/survey/templates
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-18 18:59:31 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-18 18:59:31 +0100
commitaf77f8a1cd3b75ba300993ca1bf0104920d4b3b2 (patch)
treeab68b23d35c6b3165b8dbcdf099d3702437058ce /talersurvey/survey/templates
parent62118eb9531e11c38cc6cebb1cc2f7255d755ffc (diff)
downloadsurvey-af77f8a1cd3b75ba300993ca1bf0104920d4b3b2.tar.gz
survey-af77f8a1cd3b75ba300993ca1bf0104920d4b3b2.tar.bz2
survey-af77f8a1cd3b75ba300993ca1bf0104920d4b3b2.zip
remove wait page, fix syntax/import
Diffstat (limited to 'talersurvey/survey/templates')
-rw-r--r--talersurvey/survey/templates/wait.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/talersurvey/survey/templates/wait.html b/talersurvey/survey/templates/wait.html
deleted file mode 100644
index 81dd36a..0000000
--- a/talersurvey/survey/templates/wait.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "templates/base.html" %}
-
-{% block main %}
- <p>
- Please wait while the tip is being generated..
- </p>
-{% endblock %}