diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 10:02:57 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 10:02:57 +0000 |
commit | 4ae43e94f4e4f6cdbbab4b1424e74849f4d15594 (patch) | |
tree | b7313a887c67f89a80536e5a943b046674ea48e7 /urls.py | |
parent | da88771fd42e1aad452e1472d2e0ad9aabaa7664 (diff) | |
download | troggle-4ae43e94f4e4f6cdbbab4b1424e74849f4d15594.tar.gz troggle-4ae43e94f4e4f6cdbbab4b1424e74849f4d15594.tar.bz2 troggle-4ae43e94f4e4f6cdbbab4b1424e74849f4d15594.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="millenialcaves"), + url(r'^millenialcaves/?$', views_caves.millenial, name="millenialcaves"), url(r'^troggle$', views_other.frontpage, name="frontpage"), url(r'^todo/$', views_other.todo, name="todo"), |