gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-survey] 04/05: Optimizing #5591.


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] 04/05: Optimizing #5591.
Date: Fri, 29 Mar 2019 18:32:02 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch stable
in repository survey.

commit 2fb5c5bed37994f22f7fc730223110baa5f6d06a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Feb 25 19:06:54 2019 +0100

    Optimizing #5591.
---
 talersurvey/survey/templates/base.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]