diff --git a/parsers/logbooks.py b/parsers/logbooks.py index cecbdb3..2d1875a 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -78,7 +78,7 @@ def EnterLogIntoDbase(date, place, title, text, trippeople, expedition, logtime_ """ saves a logbook entry and related persontrips """ trippersons, author = GetTripPersons(trippeople, expedition, logtime_underground) if not author: - print(" - Skipping logentry: " + title + " no author for entry") + print(" - Skipping logentry: " + title + " - no author for entry") return #tripCave = GetTripCave(place) diff --git a/parsers/surveys.py b/parsers/surveys.py index 29070e8..efab536 100644 --- a/parsers/surveys.py +++ b/parsers/surveys.py @@ -174,9 +174,6 @@ def GetListDir(sdir): ff = os.path.join(sdir, f) res.append((f, ff, os.path.isdir(ff))) return res - - - def LoadListScansFile(survexscansfolder): diff --git a/templates/expedition.html b/templates/expedition.html index 7c0ecd5..0b0d360 100644 --- a/templates/expedition.html +++ b/templates/expedition.html @@ -69,7 +69,7 @@ an "S" for a survey trip. The colours are the same for people on the same trip. {% regroup dateditems|dictsort:"date" by date as dates %} {% for date in dates %}