auditor

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

commit f13d42c0102b58f5d6404f5b274bc95337abb1ee
parent c23ef48e6f50e751f49e04de8f8858b348280df3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  6 Jun 2021 10:54:42 +0200

-fix qr code

Diffstat:
Mtemplate/index.html.j2 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/index.html.j2 b/template/index.html.j2 @@ -186,7 +186,7 @@ <script> var qr = new QRious({ element: document.getElementById('qr'), - value: '{auditor_uri}' + value: '{{ conf['auditor_uri'] }}' }); </script>