summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-27 16:29:59 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-27 16:29:59 +0200
commit6dc300e48940c54a931b3b9ba0a7d4be4f367815 (patch)
tree3b47005c7e1222eaf42fe6aff32e752f756afd07
parent2adaf854ea4336a6cc92db0f49f913648b0be724 (diff)
downloadauditor-6dc300e48940c54a931b3b9ba0a7d4be4f367815.tar.gz
auditor-6dc300e48940c54a931b3b9ba0a7d4be4f367815.tar.bz2
auditor-6dc300e48940c54a931b3b9ba0a7d4be4f367815.zip
fix js links
-rw-r--r--static/javascript.html2
-rw-r--r--template/index.html.j22
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>