auditor

Public Website for an auditor
Log | Files | Refs | Submodules | README

commit 6dc300e48940c54a931b3b9ba0a7d4be4f367815
parent 2adaf854ea4336a6cc92db0f49f913648b0be724
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 27 May 2021 16:29:59 +0200

fix js links

Diffstat:
Mstatic/javascript.html | 2+-
Mtemplate/index.html.j2 | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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>