fix: set html email template
This commit is contained in:
parent
49154ab3a5
commit
b6a602d0d9
|
@ -55,7 +55,7 @@ class GASLoginView(GASContextMixin, LoginView):
|
||||||
|
|
||||||
class GASPasswordResetView(GASContextMixin, PasswordResetView):
|
class GASPasswordResetView(GASContextMixin, PasswordResetView):
|
||||||
template_name = "gas/reset.html"
|
template_name = "gas/reset.html"
|
||||||
email_template_name = "email/password_reset_email.html"
|
html_email_template_name = "registration/password_reset_email.html"
|
||||||
success_url = reverse_lazy("gas:password_reset_done")
|
success_url = reverse_lazy("gas:password_reset_done")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue