Changeset 1b51809 for asadb/template
- Timestamp:
- Apr 10, 2012, 3:50:58 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- bb1a40e
- Parents:
- 0c0dbf4
- git-author:
- Alex Dehnert <adehnert@…> (04/10/12 03:49:40)
- git-committer:
- Alex Dehnert <adehnert@…> (04/10/12 03:50:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_change_officers.html
r0c0dbf4 r1b51809 52 52 {% endif %} 53 53 54 <h2> Update</h2>54 <h2>Option 1: View and update signatories one at a time</h2> 55 55 56 56 <p>Please note:</p> … … 62 62 63 63 <form enctype="multipart/form-data" method="post" action=""> 64 <input type='hidden' name='opt-mode' value='table' /> 64 65 {% csrf_token %} 65 66 <table class='pretty-table group-change-officers-change'> … … 97 98 {% endif %} 98 99 100 <h2>Option 2: Bulk update</h2> 101 102 <form enctype="multipart/form-data" method="post" action=""> 103 <input type='hidden' name='opt-mode' value='bulk' /> 104 {% csrf_token %} 105 <table class='pretty-table'> 106 {{ bulk_form }} 107 <tr><th colspan='2'><input type='submit' value='Update' /></th></tr> 108 </table> 109 </form> 110 99 111 {% endblock %}
Note: See TracChangeset
for help on using the changeset viewer.