|
|
|
|
@ -148,7 +148,7 @@ class ContactFilterForm(forms.Form): |
|
|
|
|
not_active = forms.BooleanField(label=_(u"Не подтверждена подписка"), required=False) |
|
|
|
|
not_valid = forms.BooleanField(label=_(u"Неалидный Email"), required=False) |
|
|
|
|
not_subscriber = forms.BooleanField(label=_(u"Отписался"), required=False) |
|
|
|
|
types_choice = forms.TypedChoiceField(label=_(u'Тип записи'), required=False, choices=types_choice) |
|
|
|
|
types_choice = forms.TypedChoiceField(label=_(u'Тип записи'), required=False, choices=types_choice, coerce=int) |
|
|
|
|
|
|
|
|
|
def filter(self): |
|
|
|
|
title = u'contact list ' |
|
|
|
|
|