Changeset 1b51809 for asadb/template


Ignore:
Timestamp:
Apr 10, 2012, 3:50:58 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Bulk add interface for OfficeHolders? (ASA Trac #90)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/groups/group_change_officers.html

    r0c0dbf4 r1b51809  
    5252{% endif %}
    5353
    54 <h2>Update</h2>
     54<h2>Option 1: View and update signatories one at a time</h2>
    5555
    5656<p>Please note:</p>
     
    6262
    6363<form enctype="multipart/form-data" method="post" action="">
     64<input type='hidden' name='opt-mode' value='table' />
    6465{% csrf_token %}
    6566<table class='pretty-table group-change-officers-change'>
     
    9798{% endif %}
    9899
     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
    99111{% endblock %}
Note: See TracChangeset for help on using the changeset viewer.