Browse Source

Remove obsolete user state option from search

choose_password_during_user_creation
Jean-Romain Garnier 6 years ago
committed by Jean-Romain Garnier
parent
commit
00b6e471e4
  1. 1
      search/forms.py

1
search/forms.py

@ -35,7 +35,6 @@ CHOICES_USER = (
("2", _("Archived")),
("3", _("Not yet active")),
("4", _("Fully archived")),
("5", _("Waiting for email confirmation")),
)
CHOICES_AFF = (

Loading…
Cancel
Save