diff options
-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 63548c2a..298c65a1 100644 --- a/devel/views.py +++ b/devel/views.py @@ -99,7 +99,7 @@ class NewUserForm(forms.ModelForm): send_mail("Your new archweb account", """You can now log into: -https://dev.archlinux.org/ +https://www.archlinux.org/ with these login details: Username: %s Password: %s""" % (user.username, pw), |