diff --git a/search/forms.py b/search/forms.py index a32c8abc..073fac02 100644 --- a/search/forms.py +++ b/search/forms.py @@ -34,6 +34,7 @@ CHOICES_USER = ( ('1', _("Disabled")), ('2', _("Archived")), ('3', _("Not yet active")), + ('4', _("Full archived")), ) CHOICES_AFF = (