From e36adb590425ee6fb15a03ef690b6a279c49250a Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 30 Jan 2021 17:41:42 -0500 Subject: views: cleaned up some view code and streamlined breadcrumbs --- config/base_urls.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'config') diff --git a/config/base_urls.py b/config/base_urls.py index 2260016..34141ca 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -39,10 +39,8 @@ urlpatterns = [ path(r'sitemap.xml', sitemap, {'sitemaps': sitemaps}), path(r'links/', include('links.urls')), path(r'newsletter/', include('lttr.urls')), - #path(r'jrnl/', include('jrnl.urls')), path(r'jrnl/', include('posts.urls.jrnl_urls', namespace='jrnl')), #path(r'projects/', include('projects.urls')), - path(r'topics/', include('taxonomy.urls')), path(r'walk/', include('locations.walk_urls')), path(r'walks/', include('locations.walk_urls')), path(r'locations/', include('locations.urls')), -- cgit v1.2.3-70-g09d2