forked from expo/troggle
Fix to /caves/ != /caves
This commit is contained in:
2
urls.py
2
urls.py
@@ -25,7 +25,7 @@ actualurlpatterns = patterns('',
|
||||
url(r'^troggle$', views_other.frontpage, name="frontpage"),
|
||||
url(r'^todo/$', views_other.todo, name="todo"),
|
||||
|
||||
url(r'^caves/?$', views_caves.caveindex, name="caveindex"),
|
||||
url(r'^caves$', views_caves.caveindex, name="caveindex"),
|
||||
url(r'^people/?$', views_logbooks.personindex, name="personindex"),
|
||||
|
||||
url(r'^newqmnumber/?$', views_other.ajax_QM_number, ),
|
||||
|
||||
Reference in New Issue
Block a user