Skip to content

Commit

Permalink
Move password reset confirm template to api_auth app
Browse files Browse the repository at this point in the history
  • Loading branch information
kdsuneraavinash committed Sep 17, 2023
1 parent 6cd6669 commit 104deff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion apps/api_auth/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class PasswordResetConfirmTemplateView(TemplateView):
View to confirm the password reset.
"""

template_name = "registration/password_reset_confirm.html"
template_name = "api_auth/password_reset_confirm.html"

def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
Expand Down
15 changes: 0 additions & 15 deletions templates/registration/password_reset_complete.html

This file was deleted.

0 comments on commit 104deff

Please sign in to comment.