summaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 05edcd9..ec53d55 100644
--- 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>