change url for fuzzy stops
This commit is contained in:
parent
4cd6154fb8
commit
9a9f668c3f
|
@ -33,7 +33,7 @@ urlpatterns = patterns('',
|
||||||
#(r'^grappelli/', include('grappelli.urls')),
|
#(r'^grappelli/', include('grappelli.urls')),
|
||||||
# Uncomment the next line to enable the admin:
|
# Uncomment the next line to enable the admin:
|
||||||
(r'^admin/', include(admin.site.urls)),
|
(r'^admin/', include(admin.site.urls)),
|
||||||
(r'^fuzzystops/$', 'mumbai.views.fuzzystops'),
|
(r'^matchstops/$', 'mumbai.views.fuzzystops'),
|
||||||
(r'^fuzzystops_edit/$', 'mumbai.views.fuzzystops_edit'),
|
(r'^fuzzystops_edit/$', 'mumbai.views.fuzzystops_edit'),
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user