Make qrcode generator create external URLs
This commit is contained in:
parent
62a4efca71
commit
ede69a3be6
1 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@
|
|||
<title>QR Code for {{ event.name }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="{{ qrcode(url_for('events.workshop_checkin', id=event.id)) }}">
|
||||
<img src="{{ qrcode(url_for('events.workshop_checkin', id=event.id,
|
||||
_external=True)) }}">
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue