summaryrefslogtreecommitdiff
path: root/config/base_urls.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-02-11 13:51:21 -0600
committerluxagraf <sng@luxagraf.net>2019-02-11 13:51:21 -0600
commitee2803d2f85888ce42fd6371ef606f4a9c6fd88b (patch)
treed115dcdc3e4cf5640c0cd5f216bafe880f3c5574 /config/base_urls.py
parente7d938a42424fd31d36d7cfdd1533d87f236b05a (diff)
added newsletter
Diffstat (limited to 'config/base_urls.py')
-rw-r--r--config/base_urls.py2
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')),