- Timestamp:
- Jul 6, 2014, 11:37:03 PM (11 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/vouchers/ReimbursementRequest_review.html
r695d358 r0445831 95 95 <tr><th colspan='2'><input type='submit' name='upload_documentation' value='Upload Documentation' /></th></tr> 96 96 </table> 97 {% csrf_token %} 97 98 </form> 98 99 {% endif %} … … 113 114 <input type='submit' name='send_email' value='{{option.label}}'> 114 115 <input type='hidden' name='email_name' value='{{option.name}}'> 116 {% csrf_token %} 115 117 </form> 116 118 {% endfor %} … … 134 136 </tr> 135 137 </table> 138 {% csrf_token %} 136 139 </form> 137 140 {% endif %}
Note: See TracChangeset
for help on using the changeset viewer.