log.exception("Unable to load module during ajax call")
ifaccepts(request,'text/html'):
returnrender_to_response("module-error.html",{})
else:
response=HttpResponse(json.dumps({'success':"We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible"}))
log.exception("Unable to load module instance during ajax call")
ifaccepts(request,'text/html'):
returnrender_to_response("module-error.html",{})
else:
response=HttpResponse(json.dumps({'success':"We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible"}))
log.exception("Unable to load module during ajax call")
ifaccepts(request,'text/html'):
returnrender_to_response("module-error.html",{})
else:
response=HttpResponse(json.dumps({'success':"We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible"}))
log.exception("Unable to load module instance during ajax call")
ifaccepts(request,'text/html'):
returnrender_to_response("module-error.html",{})
else:
response=HttpResponse(json.dumps({'success':"We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible"}))