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