From e79d681d2062d882aef297616cb823d4f8cf1501 Mon Sep 17 00:00:00 2001 From: Alexander Burdeiny Date: Tue, 6 Sep 2016 00:19:39 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20=D1=84=D0=BE=D1=80=D0=BC=D1=8B=20=D1=84=D0=B8=D0=BB=D1=8C?= =?UTF-8?q?=D1=82=D1=80=D0=B0=D1=86=D0=B8=D0=B8=20=D0=BF=D0=BE=D0=B4=D0=BF?= =?UTF-8?q?=D0=B8=D1=81=D1=87=D0=B8=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emencia/django/newsletter/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emencia/django/newsletter/forms.py b/emencia/django/newsletter/forms.py index 40e5c5d0..4580329a 100644 --- a/emencia/django/newsletter/forms.py +++ b/emencia/django/newsletter/forms.py @@ -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 '