Update display of revoked member status

This commit is contained in:
Patrick Smith 2018-11-28 16:16:21 -05:00
parent 885f843e58
commit 88bddd2d44

View File

@ -15,7 +15,7 @@ from atst.models.role import Role
MEMBER_STATUSES = { MEMBER_STATUSES = {
"active": "Active", "active": "Active",
"revoked": "Revoked", "revoked": "Invite revoked",
"expired": "Invite expired", "expired": "Invite expired",
"error": "Error on invite", "error": "Error on invite",
"pending": "Pending", "pending": "Pending",