Skip to content

Commit

Permalink
show ready to be taken
Browse files Browse the repository at this point in the history
  • Loading branch information
usamabinnadeem-10 committed Jun 25, 2024
1 parent b8e798a commit 5c3ee77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp/shop/cred/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,9 @@ def cred_your_exams(ua_contracts_api, trueability_api, **kwargs):
"date": starts_at.strftime("%d %b %Y"),
"time": starts_at.strftime("%I:%M %p %Z"),
"timezone": timezone,
"state": state,
"state": "Ready to be taken"
if provisioned_but_not_taken
else state,
"uuid": r["uuid"],
"actions": actions,
}
Expand Down

0 comments on commit 5c3ee77

Please sign in to comment.