Changeset 5daa12a


Ignore:
Timestamp:
May 29, 2011, 2:24:11 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Properly terminate URL references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/urls.py

    rc4a4d13 r5daa12a  
    3737
    3838    # 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', ),
    4040
    4141    # Group list
     
    5050        name='group-list',
    5151    ),
    52     url(r'^group/(?P<pk>\d+)/', groups.views.GroupDetailView.as_view(), ),
     52    url(r'^group/(?P<pk>\d+)/$', groups.views.GroupDetailView.as_view(), ),
    5353
    5454    # Uncomment the admin/doc line below and add 'django.contrib.admindocs'
Note: See TracChangeset for help on using the changeset viewer.