Changeset 53e624e
- Timestamp:
- Jun 5, 2013, 7:22:27 AM (13 years ago)
- Branches:
- master, stable, stage
- Children:
- a7c08e4
- Parents:
- 17c118f
- git-author:
- Alex Dehnert <adehnert@…> (06/05/13 07:22:27)
- git-committer:
- Alex Dehnert <adehnert@…> (06/05/13 07:22:27)
- Location:
- asadb
- Files:
-
- 2 edited
-
media/style/style.css (modified) (1 diff)
-
template/groups/group_change_officers.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/media/style/style.css
r1e08e97 r53e624e 272 272 } 273 273 274 table.group- change-officers-change td274 table.group-update-people-change td 275 275 { 276 276 text-align: center; -
asadb/template/groups/group_change_officers.html
rbb1a40e r53e624e 1 1 {% extends "base.html" %} 2 2 3 {% block title %}{{group.name}}: Change people{% endblock %}3 {% block title %}{{group.name}}: Update people{% endblock %} 4 4 {% block content %} 5 5 6 <h1>{{group.name}}: Change people</h1>6 <h1>{{group.name}}: Update people</h1> 7 7 8 8 {% include "groups/group_tools.part.html" %} 9 9 10 <p>Please adjust your signatoriesbelow.</p>10 <p>Please adjust the people associated with your group below.</p> 11 11 12 12 <h2>Available roles</h2> … … 52 52 {% endif %} 53 53 54 <h2>Option 1: View and update signatoriesone at a time</h2>54 <h2>Option 1: View and update people one at a time</h2> 55 55 56 56 <p>Please note:</p> … … 64 64 <input type='hidden' name='opt-mode' value='table' /> 65 65 {% csrf_token %} 66 <table class='pretty-table group- change-officers-change'>66 <table class='pretty-table group-update-people-change'> 67 67 <thead> 68 68 <tr>
Note: See TracChangeset
for help on using the changeset viewer.