Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor style fix
  • Loading branch information
Kwpolska committed Aug 28, 2016
1 parent 203cc9c commit 1142d38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sites/views.py
Expand Up @@ -122,7 +122,8 @@ def add(request):
try:
send_mail(
"Nikola Users addition request for {0}".format(site.url),
'{0} <{1}> has requested addition of "{2}" <{3}> to the Nikola Users site.\nPlease visit the admin panel to accept or reject it: https://users.getnikola.com/admin/'.format(
'{0} <{1}> has requested addition of "{2}" <{3}> to the Nikola Users site.\n'
'Please visit the admin panel to accept or reject it: https://users.getnikola.com/admin/'.format(
site.author, site.email, site.title, site.url),
'nikola-users@chriswarrick.com', ['users@getnikola.com'], fail_silently=False)
context['email_succeeded'] = True
Expand Down

0 comments on commit 1142d38

Please sign in to comment.