diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/views.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/views.py b/devel/views.py index 475376ad..89963d27 100644 --- a/devel/views.py +++ b/devel/views.py @@ -249,9 +249,9 @@ class NewUserForm(forms.ModelForm): 'password': password, }) - send_mail("Your new archweb account", + send_mail("Your new parabolaweb account", template.render(ctx), - 'Arch Website Notification <nobody@archlinux.org>', + 'Parabola <dev@list.parabolagnulinux.org>', [user.email], fail_silently=False) |