Changeset 0445831


Ignore:
Timestamp:
Jul 6, 2014, 11:37:03 PM (11 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master
Children:
4439c52
Parents:
7a292ed
git-author:
Alex Dehnert <adehnert@…> (07/06/14 23:37:03)
git-committer:
Alex Dehnert <adehnert@…> (07/06/14 23:37:03)
Message:

Add more missing csrf_tokens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/remit_templates/vouchers/ReimbursementRequest_review.html

    r695d358 r0445831  
    9595<tr><th colspan='2'><input type='submit' name='upload_documentation' value='Upload Documentation' /></th></tr>
    9696</table>
     97{% csrf_token %}
    9798</form>
    9899{% endif %}
     
    113114<input type='submit' name='send_email'  value='{{option.label}}'>
    114115<input type='hidden' name='email_name' value='{{option.name}}'>
     116{% csrf_token %}
    115117</form>
    116118{% endfor %}
     
    134136</tr>
    135137</table>
     138{% csrf_token %}
    136139</form>
    137140{% endif %}
Note: See TracChangeset for help on using the changeset viewer.