csrf token
This commit is contained in:
parent
e7c6055b3f
commit
4c38b66d63
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
||||||
<h2>Email</h2>
|
<h2>Email</h2>
|
||||||
|
|
||||||
<form method="post" action="{% url result_notification_send section_slug status %}">
|
<form method="post" action="{% url result_notification_send section_slug status %}">
|
||||||
|
|
||||||
|
{% csrf_token %}
|
||||||
|
|
||||||
<label>Subject</label>
|
<label>Subject</label>
|
||||||
<input type="text" name="subject" class="span5" value="{{ notification_template.subject }}" />
|
<input type="text" name="subject" class="span5" value="{{ notification_template.subject }}" />
|
||||||
<br/>
|
<br/>
|
||||||
|
|
Loading…
Reference in a new issue