Skip to content

Commit 261411b

Browse files
committed
test
1 parent b564746 commit 261411b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/users/views.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ class AdminPasswordResetDoneView(auth_views.PasswordResetDoneView):
147147

148148

149149
class AdminPasswordResetCompleteView(auth_views.PasswordResetCompleteView):
150-
template_name = "registration/password_reset_complete.html"
150+
template_name = "registration/password_reset_confirm.html"
151+
# ✅ 완료 페이지를 네임스페이스로 지정
152+
success_url = reverse_lazy("users:password_reset_complete")
151153

152154

153155
@login_required

0 commit comments

Comments
 (0)