From 0965c415aa727e3d76a14c198f21a1f1528208d7 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Thu, 14 Aug 2025 19:31:29 +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 20c3802..93bb812 100644 --- a/web/illustrations/urls.py +++ b/web/illustrations/urls.py @@ -15,6 +15,7 @@ urlpatterns = [ path("search/", core_views.search_page, name="search"), path("stats/", core_views.stats_page, name="stats"), path("tools/normalize-scripture/", core_views.normalize_scripture, name="normalize_scripture"), + path("tools/normalize-source/", core_views.normalize_source, name="normalize_source"), # ← NEW # Entries path("entry/new/", core_views.entry_add, name="entry_add"), # <-- NEW