diff --git a/web/illustrations/urls.py b/web/illustrations/urls.py index f6d2697..51094f5 100644 --- a/web/illustrations/urls.py +++ b/web/illustrations/urls.py @@ -27,6 +27,7 @@ urlpatterns = [ path("tools/normalize-source/", core_views.normalize_source, name="normalize_source"), 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"), # Export/Import/etc (keep what you use) path("export/", core_views.export_csv, name="export_csv"),