Commit 01261456 authored by ibuler's avatar ibuler

[Update] 修改小bug

parent 8b626ea9
...@@ -29,10 +29,12 @@ from ..tasks import write_login_log_async ...@@ -29,10 +29,12 @@ from ..tasks import write_login_log_async
from .. import forms from .. import forms
__all__ = ['UserLoginView', 'UserLogoutView', __all__ = [
'UserForgotPasswordView', 'UserForgotPasswordSendmailSuccessView', 'UserLoginView', 'UserLogoutView',
'UserResetPasswordView', 'UserResetPasswordSuccessView', 'UserForgotPasswordView', 'UserForgotPasswordSendmailSuccessView',
'UserFirstLoginView', 'LoginLogListView'] 'UserResetPasswordView', 'UserResetPasswordSuccessView',
'UserFirstLoginView', 'LoginLogListView'
]
@method_decorator(sensitive_post_parameters(), name='dispatch') @method_decorator(sensitive_post_parameters(), name='dispatch')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment