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 | cb5978237bf61090d3c506898d68e0a40132e772 (patch) | |
tree | 69135cffd834a078854ad124ce69e894f22ff63a /urls.py | |
parent | 622d523c981c99c55e3db5e3f95640be3d48e94c (diff) | |
download | troggle-cb5978237bf61090d3c506898d68e0a40132e772.tar.gz troggle-cb5978237bf61090d3c506898d68e0a40132e772.tar.bz2 troggle-cb5978237bf61090d3c506898d68e0a40132e772.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"), |