summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-04-02 10:44:57 -0400
committerluxagraf <sng@luxagraf.net>2018-04-02 10:44:57 -0400
commit2d440f0c309f49803ec95c46d9f586a7305780cd (patch)
tree4acdd0c1faff3cdf0fa9917250dbefb108f8ac9c /config
parent2556b5da5acc0b457d41a7e1a1792196eb69a731 (diff)
changed url of sightings to dialogues
Diffstat (limited to 'config')
-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 7ecd472..a1bb61f 100644
--- a/config/base_urls.py
+++ b/config/base_urls.py
@@ -48,7 +48,7 @@ urlpatterns = [
path(r'photos/', include('photos.urls')),
path(r'books/', include('books.urls')),
path(r'people/', include('people.urls')),
- path(r'sightings/', include('sightings.urls', namespace='sightings')),
+ path(r'dialogues/', include('sightings.urls', namespace='sightings')),
path(r'field-notes/', include('sketches.urls', namespace='sketches')),
path(r'src/', include('src.urls', namespace='src')),
path(r'figments/', include('figments.urls', namespace='figments')),