js snippet displays dynamic ellipsis on loading-style token gatekeeper modals; tweaks to existing pythonic & test structure to accomodate
This commit is contained in:
@@ -15,7 +15,7 @@ class Room(models.Model):
|
||||
OPEN = "OPEN"
|
||||
RENEWAL_DUE = "RENEWAL_DUE"
|
||||
GATE_STATUS_CHOICES = [
|
||||
(GATHERING, "Gathering"),
|
||||
(GATHERING, "GATHERING GAMERS"),
|
||||
(OPEN, "Open"),
|
||||
(RENEWAL_DUE, "Renewal Due"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user