We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53b467 commit 186289fCopy full SHA for 186289f
geonode_mapstore_client/apps.py
@@ -98,7 +98,7 @@ def run_setup_hooks(*args, **kwargs):
98
re_path(r"^maps$", TemplateView.as_view(template_name="geonode-mapstore-client/pages/maps.html")),
99
re_path(r"^documents$", TemplateView.as_view(template_name="geonode-mapstore-client/pages/documents.html")),
100
re_path(r"^geostories$", TemplateView.as_view(template_name="geonode-mapstore-client/pages/geostories.html")),
101
- re_path("/reqrules", views.RequestConfigurationView.as_view(), name="request-rules"),
+ re_path(r"^reqrules$", views.RequestConfigurationView.as_view(), name="request-rules"),
102
]
103
104
# adding default format for metadata schema validation
0 commit comments