diff options
Diffstat (limited to 'config')
-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 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')), |