From bcdb3572fa260052d76b54961dea9a9381381311 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 21 Apr 2021 19:08:42 +0100 Subject: Add new per-module ToDo texts --- core/views/logbooks.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/views/logbooks.py') diff --git a/core/views/logbooks.py b/core/views/logbooks.py index 74da4f6..05faa64 100644 --- a/core/views/logbooks.py +++ b/core/views/logbooks.py @@ -29,6 +29,9 @@ and for persons: their individual pages and their perseonexpedition pages. It uses the global object TROG to hold some cached pages. ''' +todo = '''Fix the get_person_chronology() display bug. +''' + def personindex(request): persons = Person.objects.all() # From what I can tell, "persons" seems to be the table rows, while "pcols" is the table columns. - AC 16 Feb 09 -- cgit v1.2.3