Changeset 31da85f
- Timestamp:
- Mar 23, 2012, 2:07:54 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- c4255b2
- Parents:
- bbaf690
- git-author:
- Alex Dehnert <adehnert@…> (03/23/12 02:07:54)
- git-committer:
- ASA Group Database <asa-db@…> (03/23/12 02:07:54)
- File:
-
- 1 edited
-
asadb/groups/format_groups.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/format_groups.py
re9af979 r31da85f 39 39 <!-- Automatically generated by %(script)s %(mode)s. 40 40 Do not edit; instead re-run that script (or edit it as necessary). --> 41 <select name="groupname" size="5" style="width:500px">42 41 """, 43 'suffix': "</select>",44 42 'format' : '<option value="%(html_name)s">%(html_name)s</option>', 45 43 'predicate' : Q(group_status__slug__in=['active', 'suspended', 'applying', 'nge'], group_class__gets_publicity=True, ),
Note: See TracChangeset
for help on using the changeset viewer.