Skip to content

Commit 321870b

Browse files
Update views.py
1 parent 6fb26ca commit 321870b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/authentication/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def register_user(request):
4343
raw_password = form.cleaned_data.get("password1")
4444
user = authenticate(username=username, password=raw_password)
4545

46-
msg = 'User created - please <a href="/login">login</a>.'
46+
msg = 'Account created successfully.'
4747
success = True
4848

4949
# return redirect("/login/")

0 commit comments

Comments
 (0)