Mercurial > public > sg101
comparison gpp/templates/messages/trash.html @ 257:6e7e84707e7d
Fix #106: CSRF verification failures on the deleting of checked PMs.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 21 Sep 2010 01:16:02 +0000 |
parents | d51743322bb2 |
children | daa2916f5b34 |
comparison
equal
deleted
inserted
replaced
256:9c82c7984884 | 257:6e7e84707e7d |
---|---|
13 {% endfor %} | 13 {% endfor %} |
14 </ul> | 14 </ul> |
15 {% endif %} | 15 {% endif %} |
16 {% if msgs %} | 16 {% if msgs %} |
17 <form action="{% url messages-undelete_bulk %}" method="post" name="messages_box_form" | 17 <form action="{% url messages-undelete_bulk %}" method="post" name="messages_box_form" |
18 onsubmit="return messages_confirm_undelete();"> | 18 onsubmit="return messages_confirm_undelete();">{% csrf_token %} |
19 <table class="messages"> | 19 <table class="messages"> |
20 <tr> | 20 <tr> |
21 <th>From</th> | 21 <th>From</th> |
22 <th>To</th> | 22 <th>To</th> |
23 <th>Subject</th> | 23 <th>Subject</th> |