Skip to content

Commit 3b9b35a

Browse files
committed
Change destination e-mail
1 parent 5cc307a commit 3b9b35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def add(request):
162162
'{0} has requested addition of "{1}" <{2}> to the Nikola Users site.\n'
163163
'Please visit the admin panel to accept or reject it: https://users.getnikola.com/admin/'.format(
164164
site.author, site.title, site.url),
165-
'[email protected]', ['nikola-users@chriswarrick.com'], fail_silently=False)
165+
'[email protected]', ['users@getnikola.com'], fail_silently=False)
166166
context['email_succeeded'] = True
167167
except Exception:
168168
context['email_succeeded'] = False

0 commit comments

Comments
 (0)