Update web/illustrations/urls.py
This commit is contained in:
parent
8abb3349b7
commit
698644e0b7
@ -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-subject/", views.normalize_subject, name="normalize_subject"),
|
||||
|
||||
# Entries
|
||||
path("entry/new/", core_views.entry_add, name="entry_add"), # <-- NEW
|
||||
|
||||
Loading…
Reference in New Issue
Block a user