not_activated_msg=_("This account has not been activated. We have sent another activation message. Please check your e-mail for the activation instructions.")
not_activated_msg=_("This account has not been activated. We have sent another activation message. Please check your e-mail for the activation instructions.")
returnHttpResponse(json.dumps({'success':False,
returnJsonResponse({
'value':not_activated_msg}))
"success":False,
"value":not_activated_msg,
})# TODO: this should be status code 400 # pylint: disable=fixme