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