Changeset 5daa12a
- Timestamp:
- May 29, 2011, 2:24:11 AM (15 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 65974d1
- Parents:
- 54c467a
- git-author:
- Alex Dehnert <adehnert@…> (05/29/11 02:24:11)
- git-committer:
- Alex Dehnert <adehnert@…> (05/29/11 02:24:11)
- File:
-
- 1 edited
-
asadb/urls.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/urls.py
rc4a4d13 r5daa12a 37 37 38 38 # Group editing 39 url(r'^group/(\d+)/edit/main ', groups.views.manage_main, name='group-manage-main', ),39 url(r'^group/(\d+)/edit/main$', groups.views.manage_main, name='group-manage-main', ), 40 40 41 41 # Group list … … 50 50 name='group-list', 51 51 ), 52 url(r'^group/(?P<pk>\d+)/ ', groups.views.GroupDetailView.as_view(), ),52 url(r'^group/(?P<pk>\d+)/$', groups.views.GroupDetailView.as_view(), ), 53 53 54 54 # Uncomment the admin/doc line below and add 'django.contrib.admindocs'
Note: See TracChangeset
for help on using the changeset viewer.