csrf token

This commit is contained in:
James Tauber 2012-09-08 19:21:08 -04:00
parent e7c6055b3f
commit 4c38b66d63

View file

@ -24,6 +24,9 @@
<h2>Email</h2>
<form method="post" action="{% url result_notification_send section_slug status %}">
{% csrf_token %}
<label>Subject</label>
<input type="text" name="subject" class="span5" value="{{ notification_template.subject }}" />
<br/>