mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-20 10:23:12 +00:00
Remove obsolete user state option from search
This commit is contained in:
parent
a940f4f078
commit
00b6e471e4
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ 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