summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-03-03 14:36:45 -0600
committerluxagraf <sng@luxagraf.net>2019-03-03 14:36:45 -0600
commitcfeeda7adec97d618ad1fc01926b1fa88298fc85 (patch)
tree94a9a32ea21fce81ba55c6ecd3439a1d501d81a9 /config
parentc0f15e7e83cde5da08c42bbf94cb93db8d3f3a2c (diff)
Change sketches to fieldnotes and redid design to allow posting single
photos
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 18e63b4..ee9fce1 100644
--- a/config/base_urls.py
+++ b/config/base_urls.py
@@ -49,7 +49,7 @@ urlpatterns = [
path(r'book-notes/', include('books.urls')),
path(r'people/', include('people.urls')),
path(r'dialogues/', include('sightings.urls', namespace='sightings')),
- path(r'field-notes/', include('sketches.urls', namespace='sketches')),
+ path(r'field-notes/', include('fieldnotes.urls', namespace='fieldnotes')),
path(r'src/', include('src.urls', namespace='src')),
path(r'tools/', include('essays.urls', namespace='tools')),
path(r'essays/', include('essays.urls', namespace='essays')),