add csrf token

This commit is contained in:
Jeremy Carbaugh 2011-04-13 14:00:28 -04:00
parent e9703a0e93
commit a255c92198

View File

@ -17,6 +17,7 @@
{% block article_body %}
<form method="POST" action=".">
{% csrf_token %}
<ul>
<li>{{form.body}}</li>
<li>{{form.comment.label_tag}} {{ form.comment }} </li>