From d718aba3d2b31d20ac8445556c62bdbf96c28b09 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Fri, 22 Aug 2025 00:26:56 +0000 Subject: [PATCH] Update web/illustrations/urls.py --- web/illustrations/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/web/illustrations/urls.py b/web/illustrations/urls.py index 51094f5..9d97161 100644 --- a/web/illustrations/urls.py +++ b/web/illustrations/urls.py @@ -28,6 +28,7 @@ urlpatterns = [ path("tools/normalize-subjects/", core_views.normalize_subjects, name="normalize_subjects"), path("api/tts//", views_tts.api_tts_for_entry, name="api_tts_for_entry"), path("settings/delete-all/", core_views.delete_all_entries, name="delete_all_entries"), + path("tools/import/", core_views.import_wizard, name="import_wizard"), # Export/Import/etc (keep what you use) path("export/", core_views.export_csv, name="export_csv"),