Skip to content

Commit de85f7f

Browse files
author
Mominur Rahman
authored
Merge pull request #4 from app-generator/admin-section
Change minor
2 parents 98e4ca2 + ea262c6 commit de85f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_admin_coreui/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def toasts(request):
211211
class UserRegistrationView(CreateView):
212212
template_name = 'accounts/register.html'
213213
form_class = RegistrationForm
214-
success_url = '/login'
214+
success_url = '/accounts/login/'
215215

216216
class UserLoginView(LoginView):
217217
template_name = 'accounts/login.html'

0 commit comments

Comments
 (0)