diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:13:54 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:13:54 +0000 |
commit | d6de8a3c340815dedafd76e25122015718403fdd (patch) | |
tree | 69135cffd834a078854ad124ce69e894f22ff63a /urls.py | |
parent | 0da8fa0d96026e981bc0164a51cb5a519abbece2 (diff) | |
download | troggle-d6de8a3c340815dedafd76e25122015718403fdd.tar.gz troggle-d6de8a3c340815dedafd76e25122015718403fdd.tar.bz2 troggle-d6de8a3c340815dedafd76e25122015718403fdd.zip |
Messing with millenialcaves.html or similar
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ admin.autodiscover() actualurlpatterns = patterns('', - url(r'^millenialcaves/?$', views_other.frontpage, name="millenialcaves"), + url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"), url(r'^troggle$', views_other.frontpage, name="frontpage"), url(r'^todo/$', views_other.todo, name="todo"), |