Changeset - 4c38b66d6386
[Not reviewed]
0 1 0
James Tauber - 12 years ago 2012-09-08 23:21:08
jtauber@jtauber.com
csrf token
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
symposion/templates/reviews/result_notification_prepare.html
Show inline comments
...
 
@@ -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/>
0 comments (0 inline, 0 general)