在使用Django提交Post表单时遇到如下错误:
Forbidden (403)
CSRF verification failed. Request aborted.
在表单Form里加上{% csrf_token %}
{% csrf_token %}
即可解决上述问题