diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:35:28 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:35:28 +0000 |
commit | 6c94027a261a09fe0f2ffe5621a36a9997bfd8d6 (patch) | |
tree | 15757c223f312240dbf3bae5ebad202b4eb355c0 /urls.py | |
parent | 64954fa3e4dbc64107731b81a63dcf17c3811aa5 (diff) | |
download | troggle-6c94027a261a09fe0f2ffe5621a36a9997bfd8d6.tar.gz troggle-6c94027a261a09fe0f2ffe5621a36a9997bfd8d6.tar.bz2 troggle-6c94027a261a09fe0f2ffe5621a36a9997bfd8d6.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_caves.millenialcaves, name="someothershit"), + url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"), url(r'^troggle$', views_other.frontpage, name="frontpage"), url(r'^todo/$', views_other.todo, name="todo"), |