From bad5484d126bf0d61a07d642aeb18f9ad4fc9dea Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 20 Apr 2021 23:14:10 +0100 Subject: fix for missing scotsmen --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 8fcabdb..f7c1b90 100644 --- a/urls.py +++ b/urls.py @@ -79,7 +79,7 @@ trogglepatterns = [ # Persons - nasty surname recognition logic fails for 19 people! # re_path(r'^person/(?P\d*)/?$', person), makes Ruairidh MacLeod work but kills MacLean # re_path(r'^person/(\w+_\w+)$', logbooks.person, name="person"), - re_path(r'^person/(?P[A-Z]*[a-z\-\'&;]*)[^a-zA-Z]*(?P[a-z\-\']*[^a-zA-Z]*[A-Z]*[a-z\-&;]*)/?', person, name="person"), + re_path(r'^person/(?P[A-Z]*[a-z\-\'&;]*)[^a-zA-Z]*(?P[a-z\-\']*[^a-zA-Z]*[A-Z]*[a-zA-Z\-&;]*)/?', person, name="person"), re_path(r'^personexpedition/(?P[A-Z]*[a-z&;]*)[^a-zA-Z]*(?P[A-Z]*[a-zA-Z&;]*)/(?P\d+)/?$', personexpedition, name="personexpedition"), # Expedition master page -- cgit v1.2.3