Fix demo page url
This commit is contained in:
parent
a0d5c7ae78
commit
2b0ed41a3c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ urlpatterns = [
|
||||||
path('offline', OfflinePageView.as_view(), name='offline'),
|
path('offline', OfflinePageView.as_view(), name='offline'),
|
||||||
path('geodata/<path:path>/', send_from_file, name='send_geodata_file'),
|
path('geodata/<path:path>/', send_from_file, name='send_geodata_file'),
|
||||||
path('data/<path:path>', send_from_file, name='send_data_file'),
|
path('data/<path:path>', send_from_file, name='send_data_file'),
|
||||||
path('offline', DemoPageView.as_view(), name='demo'),
|
path('demo', DemoPageView.as_view(), name='demo'),
|
||||||
|
|
||||||
# TODO Implement the following
|
# TODO Implement the following
|
||||||
# path('reindex/', admin.site.urls),
|
# path('reindex/', admin.site.urls),
|
||||||
|
|
Loading…
Add table
Reference in a new issue