Merge pull request #24 from wpi-acm/meal-checkin
Make qrcode generator create external URLs
This commit is contained in:
commit
9144ad89b0
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