mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 22:10:16 +02:00
404 error after user registration (#491)
This fix will resolve the 404 (Page not found) issue after a new user registers to the website.
This commit is contained in:
parent
1b12230cef
commit
f591207d5c
@ -24,7 +24,7 @@ def register_user_view(request):
|
||||
user.save()
|
||||
logger.info("Created new user %s" % user)
|
||||
|
||||
return HttpResponseRedirect("/dashboard")
|
||||
return HttpResponseRedirect("/dashboard/")
|
||||
|
||||
else:
|
||||
logger.error("Unable to register new user: username %s already exists." % form.cleaned_data['username'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user