2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-19 17:32:31 +00:00

Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 00:08:15 +00:00
parent 0d2ac756e5
commit 83e489c425

View File

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