summaryrefslogtreecommitdiff
path: root/talersurvey/survey/templates
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-18 22:42:25 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-18 22:42:25 +0100
commitcb4c5dd27bbae6742acb00370812fc662aceb0d3 (patch)
treeab79cbbc39c9acae69601f7907c6d377ce090f45 /talersurvey/survey/templates
parentbaba592e734294e402bc9a539457321ed0a38fdf (diff)
downloadsurvey-cb4c5dd27bbae6742acb00370812fc662aceb0d3.tar.gz
survey-cb4c5dd27bbae6742acb00370812fc662aceb0d3.tar.bz2
survey-cb4c5dd27bbae6742acb00370812fc662aceb0d3.zip
remove unused JS
Diffstat (limited to 'talersurvey/survey/templates')
-rw-r--r--talersurvey/survey/templates/base.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/talersurvey/survey/templates/base.html b/talersurvey/survey/templates/base.html
index e5cf03c..849c53d 100644
--- a/talersurvey/survey/templates/base.html
+++ b/talersurvey/survey/templates/base.html
@@ -20,8 +20,6 @@
<title>Taler Survey Demo</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='web-common/pure.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='web-common/demo.css') }}" />
- <script src="{{ url_for('static', filename='web-common/taler-wallet-lib.js') }}" type="application/javascript"></script>
- <script src="{{ url_for('static', filename='static/web-common/lang.js') }}" type="application/javascript"></script>
{% block styles %}{% endblock %}
{% block scripts %}{% endblock %}
</head>