From 5758fad11889a54ba877d4f3e8ba2d14b9aa42f4 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 21 Mar 2021 10:34:58 -0400 Subject: lttr: removed /newsletter/ from the url path. --- config/base_urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/base_urls.py b/config/base_urls.py index 34141ca..e1ec3d4 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -38,7 +38,6 @@ urlpatterns = [ path(r'feed.xml', PostRSSFeedView(),name="feed"), path(r'sitemap.xml', sitemap, {'sitemaps': sitemaps}), path(r'links/', include('links.urls')), - path(r'newsletter/', include('lttr.urls')), path(r'jrnl/', include('posts.urls.jrnl_urls', namespace='jrnl')), #path(r'projects/', include('projects.urls')), path(r'walk/', include('locations.walk_urls')), @@ -66,6 +65,7 @@ urlpatterns = [ path(r'map/', include('locations.urls', namespace='map')), path(r'', HomePageList.as_view(), {'pk':1,}, name="homepage"), path(r'comments/', include('django_comments.urls')), + path(r'/', include('lttr.urls')), path(r'.txt', PageDetailTXTView.as_view()), path(r'', include('pages.urls', namespace='pages')), path(r'//', PageDetailView.as_view()), -- cgit v1.2.3-70-g09d2