my return code is:
return render_to_response(
'login.html',
context_instance=RequestContext(request, locals())
)
and it sometimes works as follows :
but sometimes when I use it in decorator, it becomes this and it doesn't work :
I want to know what happened... and how can I get html code...