Исправлена еще одна ошибка, которая приводила к ошибке при попытке отправки письма.

remotes/origin/stage5
Alexander Burdeiny 10 years ago
parent c566b0b6d9
commit f06566f636
  1. 2
      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,

Loading…
Cancel
Save