Commit 3d107c04 by Omar Al-Ithawi

Keep platform_name in the password_reset_confirm.html always TNL-1654

parent 37dd0ec8
......@@ -1846,6 +1846,7 @@ def password_reset_confirm_wrapper(
'form': None,
'title': _('Password reset unsuccessful'),
'err_msg': err_msg,
'platform_name': settings.PLATFORM_NAME,
}
return TemplateResponse(request, 'registration/password_reset_confirm.html', context)
else:
......
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