Changeset bda4d86 for asadb/template
- Timestamp:
- Nov 4, 2012, 2:45:54 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 72a3d90
- Parents:
- ef00d33
- git-author:
- Alex Dehnert <adehnert@…> (11/04/12 01:13:13)
- git-committer:
- Alex Dehnert <adehnert@…> (11/04/12 02:45:54)
- Location:
- asadb/template
- Files:
-
- 3 edited
-
forms/select.html (modified) (1 diff)
-
index.html (modified) (1 diff)
-
membership/update.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/forms/select.html
rc9d8369 rbda4d86 4 4 {% block content %} 5 5 6 <h2>Select Group</h2> 6 <h2>{{title}}</h2> 7 8 {% if msg %}<p>{{msg}}</p>{%endif%} 7 9 8 10 <form method="post" action=""> -
asadb/template/index.html
r826a126 rbda4d86 44 44 </ul></li> 45 45 <li>Membership updates<ul> 46 <li><a href='{%url membership-update %}'>Group update</a></li>46 <li><a href='{%url membership-update-cycle %}'>Group update</a></li> 47 47 <li><a href='{%url membership-confirm%}'>Individual confirmations</a></li> 48 48 <li><a href='{%url membership-submitted%}'>Groups with submitted updates</a></li> -
asadb/template/membership/update.html
rf48884a rbda4d86 57 57 {% csrf_token %} 58 58 <table class='pretty-table'> 59 <tr> 60 <th>Group</th> 61 <td>{{group}}</td> 62 </tr> 59 63 {{ form.as_table }} 60 64 <tr><th colspan='2'><input type='submit' value='Submit membership update' /></th></tr>
Note: See TracChangeset
for help on using the changeset viewer.