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 | c4455168c63bb26d57879214968079c68d274c17 (patch) | |
tree | 15757c223f312240dbf3bae5ebad202b4eb355c0 /urls.py | |
parent | 1b4674acde16ed054bb3562d176ab047247078df (diff) | |
download | troggle-c4455168c63bb26d57879214968079c68d274c17.tar.gz troggle-c4455168c63bb26d57879214968079c68d274c17.tar.bz2 troggle-c4455168c63bb26d57879214968079c68d274c17.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"), |