From be0148d146263140961e3e47dccd54bc28827e0a Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 30 Apr 2021 21:32:53 +0100 Subject: removing cruft, renaming badly named things --- urls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 85a9759..3ca192d 100644 --- a/urls.py +++ b/urls.py @@ -14,7 +14,7 @@ from troggle.core.views.other import troggle404, frontpage, todos, controlpanel, from troggle.core.views.other import exportlogbook from troggle.core.views.caves import ent, cavepage from troggle.core.views.logbooks import get_logbook_entries, logbookentry, logbookSearch -from troggle.core.views.logbooks import personindex, person, get_people +from troggle.core.views.logbooks import notablepersons, person, get_people from troggle.core.views.logbooks import expedition, personexpedition, Expeditions_tsvListView, Expeditions_jsonListView from troggle.core.views.prospect import prospecting_image from troggle.core.views.prospect import prospecting @@ -73,7 +73,7 @@ trogglepatterns = [ re_path(r'^caves$', caves.caveindex, name="caveindex"), re_path(r'^indxal.htm$', caves.caveindex, name="caveindex"), # ~420 hrefs to this url in expoweb files - re_path(r'^people/?$', personindex, name="personindex"), + re_path(r'^people/?$', notablepersons, name="notablepersons"), re_path(r'^admin/doc/', include('django.contrib.admindocs.urls')), # needs docutils Python module (http://docutils.sf.net/). re_path(r'^admin/', admin.site.urls), # includes admin login & logout urls -- cgit v1.2.3