hack-wpi-python/goathacks/templates/events/qrcode.html

6 lines
156 B
HTML

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