summaryrefslogtreecommitdiff
path: root/talersurvey
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-02-25 19:06:54 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-03-29 18:31:40 +0100
commit2fb5c5bed37994f22f7fc730223110baa5f6d06a (patch)
treebe3564b45972f7cecdae8d5aeada4ac65e4b7120 /talersurvey
parentcceffeff2a0381d67c76eb38059732d34dfad3ed (diff)
downloadsurvey-2fb5c5bed37994f22f7fc730223110baa5f6d06a.tar.gz
survey-2fb5c5bed37994f22f7fc730223110baa5f6d06a.tar.bz2
survey-2fb5c5bed37994f22f7fc730223110baa5f6d06a.zip
Optimizing #5591.
Diffstat (limited to 'talersurvey')
-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>