Changeset cfde3dc
- Timestamp:
- Jun 3, 2013, 5:55:58 AM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- c4282e2
- Parents:
- 8ccd88f
- git-author:
- Alex Dehnert <adehnert@…> (06/03/13 05:55:58)
- git-committer:
- Alex Dehnert <adehnert@…> (06/03/13 05:55:58)
- File:
-
- 1 edited
-
asadb/template/groups/account_lookup.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/account_lookup.html
rb928edc rcfde3dc 17 17 <th>Group</th> 18 18 <td>{{group}}</td> 19 </tr> 20 <tr> 21 <th>Status</th> 22 <td>{{group.group_status}}</td> 19 23 </tr> 20 24 <tr> … … 46 50 </table> 47 51 52 <h2>Group Status</h2> 53 54 <table class='pretty-table'> 55 <tr> 56 <th>Status</th> 57 <th>Description</th> 58 </tr> 59 <tr> 60 <th>Active</th> 61 <td>Active groups are normal ASA groups in good standing.</td> 62 </tr> 63 <tr> 64 <th>Suspended and Derecognized</th> 65 <td>Suspended and derecognized groups are <strong>not</strong> in good standing, and should generally not be permitted to spend money, reserve rooms, etc..</td> 66 </tr> 67 <tr> 68 <th>Non-Group Entity</th> 69 <td>Non-Group Entities do not necessarily have any ASA recognition, but are included in the ASA Database as a courtesy to other MIT offices. You may assume the roles listed are authoritative. However, the ASA does not grant them any privileges.</td> 70 </tr> 71 </table> 72 73 48 74 <h2>Available Roles</h2> 49 75
Note: See TracChangeset
for help on using the changeset viewer.