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