2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-25 16:51:54 +00:00

Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 12:47:50 +00:00
parent 8703ed5d94
commit e4e8cc5993

View File

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