2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 13:27:11 +00:00

small chnages to name resolution

This commit is contained in:
Philip Sargent
2022-10-07 23:47:05 +03:00
parent c76cd38d76
commit f51d1e114e
3 changed files with 11 additions and 3 deletions

View File

@@ -145,7 +145,7 @@ def walletslistperson(request, first_name, last_name):
if last_name:
p = Person.objects.get(fullname= f'{first_name} {last_name}')
else:
# speciall Wookey-hack
# special Wookey-hack
p = Person.objects.get(first_name= f'{first_name}')
except:
#raise