Use the fixed template, not the version straight out of the db
This commit is contained in:
parent
1a2b4f4688
commit
30e65e65a6
1 changed files with 1 additions and 1 deletions
2
vendor/regidesk/regidesk/views.py
vendored
2
vendor/regidesk/regidesk/views.py
vendored
|
@ -52,7 +52,7 @@ def boardingpass(request):
|
|||
|
||||
boardingpass = boardingpass.replace(not_qrcode_string, qrcode_string)
|
||||
ctx = { 'attendee': user.attendee,
|
||||
'boardingpass': checkin.boardingpass.html_body
|
||||
'boardingpass': boardingpass
|
||||
}
|
||||
|
||||
response = render(request, "regidesk/boardingpass.html", ctx)
|
||||
|
|
Loading…
Reference in a new issue