Update web/illustrations/urls.py

This commit is contained in:
Joshua Laymon 2025-08-16 16:46:35 +00:00
parent 5077ecffca
commit e549547465

View File

@ -16,6 +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"),
# Entries
path("entry/new/", core_views.entry_add, name="entry_add"), # <-- NEW