2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-05-06 13:56:23 +01: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
+2
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"),