summaryrefslogtreecommitdiff
path: root/talersurvey/survey/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'talersurvey/survey/templates/base.html')
-rw-r--r--talersurvey/survey/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/talersurvey/survey/templates/base.html b/talersurvey/survey/templates/base.html
index 293d835..89bf549 100644
--- a/talersurvey/survey/templates/base.html
+++ b/talersurvey/survey/templates/base.html
@@ -20,6 +20,7 @@
<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') }}" />
+ <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='web-common/taler-fallback.css') }}" />
{% block styles %}{% endblock %}
{% block scripts %}{% endblock %}
</head>