Changeset 8b68c67 for asadb/groups


Ignore:
Timestamp:
Mar 28, 2012, 12:17:36 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
c3061dd
Parents:
32c872e
git-author:
Alex Dehnert <adehnert@…> (03/27/12 06:21:21)
git-committer:
Alex Dehnert <adehnert@…> (03/28/12 00:17:36)
Message:

Allow managing office access

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/urls.py

    r6ff04b1 r8b68c67  
    99    url(r'^edit/officers$', groups.views.manage_officers, name='group-manage-officers', ),
    1010    url(r'^history/$', groups.views.GroupHistoryView.as_view(), name='group-manage-history', ),
    11     url(r'^space/view/$', space.views.view_access, name='group-space-access', ),
     11    url(r'^space/$', space.views.manage_access, name='group-space-access', ),
    1212)
    1313
Note: See TracChangeset for help on using the changeset viewer.