Update web/illustrations/urls.py
This commit is contained in:
parent
4228192bc0
commit
688ad87cd1
@ -14,6 +14,7 @@ urlpatterns = [
|
||||
path("", core_views.search_page, name="home"),
|
||||
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"),
|
||||
|
||||
# Entries
|
||||
path("entry/new/", core_views.entry_add, name="entry_add"), # <-- NEW
|
||||
|
||||
Loading…
Reference in New Issue
Block a user