Compare commits
No commits in common. "master" and "0.8.12" have entirely different histories.
|
@ -1,11 +1,6 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.8.13
|
||||
------
|
||||
|
||||
* Fix: set html email template
|
||||
|
||||
0.8.12
|
||||
------
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ class GASLoginView(GASContextMixin, LoginView):
|
|||
|
||||
class GASPasswordResetView(GASContextMixin, PasswordResetView):
|
||||
template_name = "gas/reset.html"
|
||||
html_email_template_name = "registration/password_reset_email.html"
|
||||
email_template_name = "email/password_reset_email.html"
|
||||
success_url = reverse_lazy("gas:password_reset_done")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue