forked from expo/troggle
Moved troggle main page to /troggle added a link in flat pages.
Now / takes you to the expoweb index page
This commit is contained in:
2
urls.py
2
urls.py
@@ -17,7 +17,7 @@ admin.autodiscover()
|
||||
|
||||
actualurlpatterns = patterns('',
|
||||
|
||||
url(r'^$', views_other.frontpage, name="frontpage"),
|
||||
url(r'^troggle$', views_other.frontpage, name="frontpage"),
|
||||
url(r'^todo/$', views_other.todo, name="todo"),
|
||||
|
||||
url(r'^caves/?$', views_caves.caveindex, name="caveindex"),
|
||||
|
||||
Reference in New Issue
Block a user