gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-donations] branch master updated: fix URL helper


From: gnunet
Subject: [GNUnet-SVN] [taler-donations] branch master updated: fix URL helper
Date: Mon, 22 Jan 2018 03:27:38 +0100

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

dold pushed a commit to branch master
in repository donations.

The following commit(s) were added to refs/heads/master by this push:
     new b14fa12  fix URL helper
b14fa12 is described below

commit b14fa126f6e0a9819a40142dd563718e20be5535
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 22 03:27:35 2018 +0100

    fix URL helper
---
 talerdonations/donations/templates/base.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/talerdonations/donations/templates/base.html 
b/talerdonations/donations/templates/base.html
index 374e426..ecf8094 100644
--- a/talerdonations/donations/templates/base.html
+++ b/talerdonations/donations/templates/base.html
@@ -18,9 +18,9 @@
 <html data-taler-nojs="true">
 <head>
   <title>Taler Donation Demo</title>
-  <link rel="stylesheet" type="text/css" href="{{ url('static', 
filename='web-common/pure.css') }}" />
-  <link rel="stylesheet" type="text/css" href="{{ url('static', 
filename='web-common/demo.css') }}" />
-  <link rel="stylesheet" type="text/css" href="{{ url('static', 
filename='web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
+  <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" />
   {% 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]