From 9945116ed06b20eb6337608855e7061b840b6056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Sat, 20 Oct 2012 21:06:16 +0200 Subject: [PATCH] Forgot an s --- views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views.py b/views.py index f9dbe3c..e3327bf 100644 --- a/views.py +++ b/views.py @@ -564,7 +564,7 @@ def add_comment(request, post_id, parent_id): emails[email] = comment.author - if post.author.email not in email: + if post.author.email not in emails: emails[post.author.email] = post.author.first_name if len(emails) > 0: