mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 14:37:10 +00:00
removed fossil URL_ROOT from active code
This commit is contained in:
@@ -187,6 +187,8 @@ def person(
|
||||
first_name="",
|
||||
last_name="",
|
||||
):
|
||||
"""Original code as it has been for years. Trying to replace with better_person()
|
||||
"""
|
||||
try:
|
||||
this_person = Person.objects.get(first_name=first_name, last_name=last_name)
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user