2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 15:21:52 +00:00

Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 01:08:04 +00:00
parent 2a23c72ee1
commit d714325eb2

View File

@ -22,7 +22,7 @@ admin.autodiscover()
actualurlpatterns = patterns('',
url(r'^millenialcaves/?$', views_caves.frontpage, name="millenialcaves"),
url(r'^millenialcaves/?$', views_other.frontpage, name="millenialcaves"),
url(r'^troggle$', views_other.frontpage, name="frontpage"),
url(r'^todo/$', views_other.todo, name="todo"),