//用户验证Tonken
在Html 中 设置一个Token
{% csrf_token %}
//在代码Views.py 中返回值添加
context_instance=RequestContext(request )