[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-auditor] branch master updated: -fix qr code
From: |
gnunet |
Subject: |
[taler-auditor] branch master updated: -fix qr code |
Date: |
Sun, 06 Jun 2021 10:54:44 +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 f13d42c -fix qr code
f13d42c is described below
commit f13d42c0102b58f5d6404f5b274bc95337abb1ee
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jun 6 10:54:42 2021 +0200
-fix qr code
---
template/index.html.j2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-auditor] branch master updated: -fix qr code,
gnunet <=