Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
|
312987410b | |
|
6da05dd02e |
|
@ -1,6 +1,11 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.13
|
||||||
|
------
|
||||||
|
|
||||||
|
* Fix: set html email template
|
||||||
|
|
||||||
0.8.12
|
0.8.12
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
@ -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")
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = django-gas
|
name = django-gas
|
||||||
version = 0.8.12
|
version = 0.8.13
|
||||||
description = An alternative to django admin
|
description = An alternative to django admin
|
||||||
long_description = file: readme.md, changelog.md, collaborators.md
|
long_description = file: readme.md, changelog.md, collaborators.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|
Loading…
Reference in New Issue