From f06566f636876b48e473907e01521547afe642aa Mon Sep 17 00:00:00 2001 From: Alexander Burdeiny Date: Thu, 21 Jul 2016 12:33:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=B5=D1=89=D0=B5=20=D0=BE=D0=B4=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0,=20=D0=BA=D0=BE?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=B0=D1=8F=20=D0=BF=D1=80=D0=B8=D0=B2=D0=BE?= =?UTF-8?q?=D0=B4=D0=B8=D0=BB=D0=B0=20=D0=BA=20=D0=BE=D1=88=D0=B8=D0=B1?= =?UTF-8?q?=D0=BA=D0=B5=20=D0=BF=D1=80=D0=B8=20=D0=BF=D0=BE=D0=BF=D1=8B?= =?UTF-8?q?=D1=82=D0=BA=D0=B5=20=D0=BE=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=BF=D0=B8=D1=81=D1=8C=D0=BC=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emencia/django/newsletter/mailer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emencia/django/newsletter/mailer.py b/emencia/django/newsletter/mailer.py index b39efc4f..7c1c6596 100644 --- a/emencia/django/newsletter/mailer.py +++ b/emencia/django/newsletter/mailer.py @@ -326,7 +326,7 @@ class NewsLetterSender(object): theme_word = morph.parse(u'тема')[0] t_add = _(u' и еще {count} {theme_word}').format( count=count, - theme_word=theme_word.t.make_agree_with_number(count).word, + theme_word=theme_word.make_agree_with_number(count).word, ) return { 'name': contact.first_name or contact.last_name,