gnunet-svn
[Top][All Lists]
Advanced

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

[taler-auditor] branch master updated: fix js links


From: gnunet
Subject: [taler-auditor] branch master updated: fix js links
Date: Thu, 27 May 2021 16:30:01 +0200

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

grothoff pushed a commit to branch master
in repository auditor.

The following commit(s) were added to refs/heads/master by this push:
     new 6dc300e  fix js links
6dc300e is described below

commit 6dc300e48940c54a931b3b9ba0a7d4be4f367815
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu May 27 16:29:59 2021 +0200

    fix js links
---
 static/javascript.html | 2 +-
 template/index.html.j2 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/javascript.html b/static/javascript.html
index f2db474..9ffcd8a 100644
--- a/static/javascript.html
+++ b/static/javascript.html
@@ -9,7 +9,7 @@
 </tr>
 <tr>
   <td><a href="/dist/qrious@4.0.2/qrious.min.js">qrious.min.js</a></td>
-  <td><a href="http://www.gnu.org/licenses/gpl-3.0.html";>Expat</a></td>
+  <td><a href="http://www.gnu.org/licenses/gpl-3.0.html";>GPLv3+</a></td>
   <td><a href="/dist/qrious@4.0.2/qrious.js">qrious.js</a></td>
 </tr>
 </table>
diff --git a/template/index.html.j2 b/template/index.html.j2
index aec0808..cf4f553 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -209,7 +209,7 @@
        <br>
        {{ _("This page was created using <a href='https://www.gnu.org/'>Free 
Software</a> only.") }}
        <br>
-       <a href="/javascript.html" data-jslicense="1">{{ _("JavaScript license 
information")}} </a>
+       <a href="{{ url_static('javascript.html') }}" data-jslicense="1">{{ 
_("JavaScript license information")}} </a>
     </p>
   </div>
 </footer>

-- 
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]