diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-05-12 15:52:47 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-05-12 15:52:47 -0300 |
commit | d8f82d9d72eec6042536797f75e06a9296f4cc71 (patch) | |
tree | da69472f1e977a6e73188911cbcc413a4cea65eb /devel/views.py | |
parent | 57804e82978727001fc62e5b1106d69531a9cd97 (diff) |
More rebranding
Diffstat (limited to 'devel/views.py')
-rw-r--r-- | devel/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/views.py b/devel/views.py index 5b8965d8..5b03f8c0 100644 --- a/devel/views.py +++ b/devel/views.py @@ -155,7 +155,7 @@ class NewUserForm(forms.ModelForm): send_mail("Your new archweb account", t.render(c), - 'Arch Website Notification <nobody@archlinux.org>', + 'Parabola <dev@list.parabolagnulinux.org>', [user.email], fail_silently=False) |