Changeset 31da85f


Ignore:
Timestamp:
Mar 23, 2012, 2:07:54 AM (14 years ago)
Author:
ASA Group Database <asa-db@…>
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)
Message:

Don't output select tag in format_groups.py midway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/format_groups.py

    re9af979 r31da85f  
    3939        <!-- Automatically generated by %(script)s %(mode)s.
    4040        Do not edit; instead re-run that script (or edit it as necessary). -->
    41         <select name="groupname" size="5" style="width:500px">
    4241        """,
    43         'suffix': "</select>",
    4442        'format' : '<option value="%(html_name)s">%(html_name)s</option>',
    4543        '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.