Minor change

This commit is contained in:
Nguyen Ngo
2025-08-08 12:42:31 -04:00
parent 5c260a3b1c
commit a9eeb0f5fd
+1 -1
View File
@@ -2123,7 +2123,7 @@ def qr_checkin(qr_url):
check_in_date=today
).count()
checkin_sequence_text = "Submission details"
checkin_sequence_text = f"{qr_code.location_event} details"
except Exception as e:
print(f"❌ Database error: {e}")