修改密码时Server Error (500)
h-yours opened this issue · 2 comments
h-yours commented
capricornxl commented
麻烦你尝试修改
resetpwd/views.py第74行:
_msg = check_form.as_p().errors
改成:
_msg = check_form.as_p()
然后重启服务试下看看。
h-yours commented
已解决,三克油
h-yours opened this issue · 2 comments
麻烦你尝试修改
resetpwd/views.py第74行:
_msg = check_form.as_p().errors
改成:
_msg = check_form.as_p()
然后重启服务试下看看。
已解决,三克油