summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/base_urls.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/base_urls.py b/config/base_urls.py
index ed73844..4c4e356 100644
--- a/config/base_urls.py
+++ b/config/base_urls.py
@@ -52,9 +52,9 @@ urlpatterns = [
path(r'locations/', include('locations.urls')),
path(r'expenses/', include('expenses.urls', namespace='expenses')),
path(r'photos/', include('photos.urls')),
- path(r'guide/', include('posts.guide_urls')),
- re_path(r'^guide/$', RedirectView.as_view(url='/guides/')),
- path(r'guides/', include('posts.guide_urls', namespace='guide-list')),
+ path(r'field-test/', include('posts.guide_urls')),
+ re_path(r'^field-test/$', RedirectView.as_view(url='/field-tests/')),
+ path(r'field-tests/', include('posts.guide_urls', namespace='guide-list')),
path(r'review/', include('posts.review_urls')),
re_path(r'^review/$', RedirectView.as_view(url='/guides/')),
path(r'essay/', include('posts.essay_urls')),