diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/base_urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/base_urls.py b/config/base_urls.py index 1d2156d..c48d75e 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -53,6 +53,7 @@ urlpatterns = [ path(r'figments/', include('figments.urls', namespace='figments')), path(r'resume/', include('resume.urls', namespace='resume')), path(r'map', include('locations.urls', namespace='map')), + path(r'map/', include('locations.urls', namespace='map')), path(r'', HomepageList.as_view(), name="homepage"), path(r'comments/', include('django_comments.urls')), path(r'<slug>', PageDetailView.as_view()), |