Skip to content

Commit

Permalink
Includ fieldname in status view for field scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagander committed Nov 25, 2023
1 parent ba9caa2 commit eb9ba78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postgresqleu/confreg/checkin.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ def checkin_field_api(request, urlname, regtoken, fieldname, what):
'active': conference.checkinactive,
'activestatus': 'Check-in active' if conference.checkinactive else 'Check-in is not open',
'confname': conference.conferencename,
'fieldname': fieldname,
'admin': is_admin,
})

Expand Down

0 comments on commit eb9ba78

Please sign in to comment.