Changeset f921734 for asadb/urls.py


Ignore:
Timestamp:
May 15, 2010, 9:47:41 PM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, fysm-4-1, iframe, space-access, stable, stage, test-hooks
Children:
2f7114b
Parents:
43e3c82
git-author:
Alex Dehnert <adehnert@…> (05/15/10 21:47:41)
git-committer:
Alex Dehnert <adehnert@…> (05/15/10 21:47:41)
Message:

Keep dorms and FSILGs from submitting to the FYSM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/urls.py

    r90afb00 rf921734  
    2424    url(
    2525        r'^fysm/submit/select/$',
    26         forms.views.select_group,
    27         {
    28             'url_name_after': 'fysm-manage',
    29             'pagename': 'fysm',
    30         },
    31         name='fysm-select', ),
     26        forms.views.select_group_fysm,
     27        name='fysm-select',
     28    ),
    3229    url(r'^fysm/submit/manage/(\d+)/$', forms.views.fysm_manage, name='fysm-manage', ),
    3330    url(r'^fysm/submit/thanks/(\d+)/$', forms.views.fysm_thanks, name='fysm-thanks', ),
Note: See TracChangeset for help on using the changeset viewer.