mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 07:11:52 +00:00
more fixes
This commit is contained in:
parent
8c8b6966a7
commit
52a035e4cf
@ -151,6 +151,7 @@ def GetPersonExpeditionNameLookup(expedition):
|
|||||||
variations.append(f + " " + l)
|
variations.append(f + " " + l)
|
||||||
variations.append(f + " " + l[0])
|
variations.append(f + " " + l[0])
|
||||||
variations.append(f + l[0])
|
variations.append(f + l[0])
|
||||||
|
variations.append(f + l[0] + '.')
|
||||||
variations.append(f[0] + " " + l)
|
variations.append(f[0] + " " + l)
|
||||||
variations.append(f[0] + l)
|
variations.append(f[0] + l)
|
||||||
variations.append(f[0] + l[0]) # initials e.g. gb or bl
|
variations.append(f[0] + l[0]) # initials e.g. gb or bl
|
||||||
|
@ -378,7 +378,7 @@ class LoadingSurvex():
|
|||||||
pr.save()
|
pr.save()
|
||||||
self.currentpersonexped.append(pe) # used in push/pop block code
|
self.currentpersonexped.append(pe) # used in push/pop block code
|
||||||
else:
|
else:
|
||||||
message = "! *team {} '{}' FAIL personexpedition lookup on *date {} ({}) '{}'".format(year, pr, survexblock.survexfile.path, survexblock, pr.personname)
|
message = "! *team {} '{}' FAIL personexpedition lookup on *date {} ({}) '{}'".format(year, pr.personname, survexblock.survexfile.path, survexblock, pr.personname)
|
||||||
print(self.insp+message)
|
print(self.insp+message)
|
||||||
DataIssue.objects.create(parser='survex', message=message, url=get_offending_filename(survexblock.survexfile.path))
|
DataIssue.objects.create(parser='survex', message=message, url=get_offending_filename(survexblock.survexfile.path))
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block title %}Cave Entrances and other locations in UTM{% endblock %}
|
{% block title %}Aliases for people's names - for debugging {% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user