gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-merchant-demos] branch master updated: no web-common


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: no web-common
Date: Wed, 22 Jul 2020 16:53:12 +0200

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

ms pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 14fb4a5  no web-common
14fb4a5 is described below

commit 14fb4a58c6c585d23f353c491d45b31bf3a4ab14
Author: MS <ms@taler.net>
AuthorDate: Wed Jul 22 16:53:06 2020 +0200

    no web-common
---
 talermerchantdemos/donations/templates/base.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/talermerchantdemos/donations/templates/base.html 
b/talermerchantdemos/donations/templates/base.html
index 86f81a9..7456dca 100644
--- a/talermerchantdemos/donations/templates/base.html
+++ b/talermerchantdemos/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_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" />
+  <link rel="stylesheet" type="text/css" href="{{ url_for('static', 
filename='pure.css') }}" />
+  <link rel="stylesheet" type="text/css" href="{{ url_for('static', 
filename='demo.css') }}" />
+  <link rel="stylesheet" type="text/css" href="{{ url_for('static', 
filename='taler-fallback.css') }}" id="taler-presence-stylesheet" />
   {% block styles %}{% endblock %}
   {% block scripts %}{% endblock %}
 </head>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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