Update web/illustrations/urls.py

This commit is contained in:
Joshua Laymon 2025-08-16 16:51:27 +00:00
parent c11d74bccd
commit ddfdbe0780

View File

@ -16,7 +16,7 @@ urlpatterns = [
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
path("tools/normalize-subjects/", views.normalize_subjects, name="normalize_subjects"),
path("tools/normalize-subjects/", core_views.normalize_subjects, name="normalize_subjects"),
# Entries
path("entry/new/", core_views.entry_add, name="entry_add"), # <-- NEW