Update web/illustrations/urls.py
This commit is contained in:
parent
c11d74bccd
commit
ddfdbe0780
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user