From a9dcbbd1aa69e06e8373a7f0836fbc8a12d54b86 Mon Sep 17 00:00:00 2001 From: Angel Velasquez Date: Wed, 17 May 2017 23:11:44 -0400 Subject: Update news e-mail template Add missing quotes on the body. --- news/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/views.py b/news/views.py index b5bb4801..f85db171 100644 --- a/news/views.py +++ b/news/views.py @@ -46,7 +46,7 @@ class NewsCreateView(CreateView): template = loader.get_template('news/news_email_notification.txt') send_mail('[arch-announce] %s' % newsitem.title, template.render(ctx), - 'Arch Linux: Recent news updates: %s ' % newsitem.author.get_full_name(), + '"Arch Linux: Recent news updates: %s" ' % newsitem.author.get_full_name(), ['arch-announce@archlinux.org'], fail_silently=True) return super(NewsCreateView, self).form_valid(form) -- cgit v1.2.3-55-g3dc8