Skip to content
Snippets Groups Projects
Commit 9fc9c6a5 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Remove the psilartemp view from urls.py

parent 536d39f3
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@ app_name='spatial'
urlpatterns = [
re_path(r'^$', views.index, name='index'),
re_path(r'test/PSILARTEMP$', views.psilartemp, name='psilartemp'),
re_path(r'gridmap/(?P<model_id>\w+)/$', views.gridmap, name='gridmap'),
re_path(r'gridmap/', views.gridmap, name='gridmap'),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment