diff --git a/webapp/shop/cred/views.py b/webapp/shop/cred/views.py index b5b059bcafd..8b83e8b43d2 100644 --- a/webapp/shop/cred/views.py +++ b/webapp/shop/cred/views.py @@ -255,7 +255,9 @@ def cred_your_exams(ua_contracts_api, trueability_api, **kwargs): } ) - elif state == "Scheduled": + elif state == "Scheduled" and starts_at > now + timedelta( + minutes=30 + ): actions.extend( [ {