mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 17:36:27 +00:00
Show users in state STATE_EMAIL_NOT_YET_CONFIRMED in search
This commit is contained in:
parent
1d21364515
commit
d00ecd098e
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ CHOICES_USER = (
|
|||
("2", _("Archived")),
|
||||
("3", _("Not yet active")),
|
||||
("4", _("Fully archived")),
|
||||
("5", _("Waiting for email confirmation")),
|
||||
)
|
||||
|
||||
CHOICES_AFF = (
|
||||
|
|
Loading…
Reference in a new issue