diff options
author | Dan McGee <dan@archlinux.org> | 2010-05-24 10:39:26 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-05-24 10:39:26 -0500 |
commit | a1f7520b8cf35e134aed6b8d7933e2ccf82a2b50 (patch) | |
tree | 737fb91168990bb3696f7e3523f3f0d326e75a25 | |
parent | d797eac372121b435841c23d64f06c06a04d4c6f (diff) |
Change link to new dev site location
Signed-off-by: Dan McGee <dan@archlinux.org>
-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), |