diff options
author | luxagraf <sng@luxagraf.net> | 2019-02-11 13:51:21 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-02-11 13:51:21 -0600 |
commit | ee2803d2f85888ce42fd6371ef606f4a9c6fd88b (patch) | |
tree | d115dcdc3e4cf5640c0cd5f216bafe880f3c5574 /config/base_urls.py | |
parent | e7d938a42424fd31d36d7cfdd1533d87f236b05a (diff) |
added newsletter
Diffstat (limited to 'config/base_urls.py')
-rw-r--r-- | config/base_urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/base_urls.py b/config/base_urls.py index 195bc55..f8848da 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -38,7 +38,7 @@ urlpatterns = [ path(r'luximages/insert/', utils.views.insert_image), path(r'sitemap.xml', sitemap, {'sitemaps': sitemaps}), path(r'links/', include('links.urls')), - path(r'lttr/', include('newsletter.urls')), + path(r'lttr/', include('lttr.urls')), path(r'jrnl/', include('jrnl.urls')), path(r'projects/', include('projects.urls')), path(r'locations/', include('locations.urls')), |