gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-blog] branch master updated: use url_for properly


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: use url_for properly
Date: Tue, 16 Jan 2018 13:54:24 +0100

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

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new 9e5e665  use url_for properly
9e5e665 is described below

commit 9e5e6658dd403e0b30bb19bc845d5737eef64936
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jan 16 13:54:19 2018 +0100

    use url_for properly
---
 talerblog/blog/templates/base.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/talerblog/blog/templates/base.html 
b/talerblog/blog/templates/base.html
index c21a082..6094332 100644
--- a/talerblog/blog/templates/base.html
+++ b/talerblog/blog/templates/base.html
@@ -18,11 +18,11 @@
 <html data-taler-nojs="true">
 <head>
   <title>Taler Donation Demo</title>
-  <link rel="stylesheet" type="text/css" href="{{ url_for('static', 
'web-common/pure.css') }}" />
-  <link rel="stylesheet" type="text/css" href="{{ url_for('static', 
'web-common/demo.css') }}" />
-  <link rel="stylesheet" type="text/css" href="{{ url_for('static', 
'web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
-  <script src="{{ url_for('static', 'web-common/taler-wallet-lib.js') }}" 
type="application/javascript"></script>
-  <script src="{{ url_for('static', 'web-common/lang.js') }}" 
type="application/javascript"></script>
+  <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') }}" id="taler-presence-stylesheet" />
+  <script src="{{ url_for('static', filename='web-common/taler-wallet-lib.js') 
}}" type="application/javascript"></script>
+  <script src="{{ url_for('static', filename='web-common/lang.js') }}" 
type="application/javascript"></script>
   {% 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]