Skip to content

Commit c2ad147

Browse files
committed
Fix bug where import modal is not rendered for non-admin accounts
1 parent fd24935 commit c2ad147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/nav/web/webfront/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
),
7777
path('index/dashboard/import', views.import_dashboard, name='import-dashboard'),
7878
path(
79-
'îndex/dashboard/importmodal',
79+
'index/dashboard/importmodal',
8080
views.import_dashboard_modal,
8181
name='import-dashboard-modal',
8282
),

0 commit comments

Comments
 (0)