hack-wpi-python/goathacks/templates/events/qrcode.html
2024-01-11 14:27:47 -05:00

7 lines
176 B
HTML

<head>
<title>QR Code for {{ event.name }}</title>
</head>
<body>
<img src="{{ qrcode(url_for('events.workshop_checkin', id=event.id,
_external=True)) }}">
</body>