diff options
Diffstat (limited to 'core/views/other.py')
-rw-r--r-- | core/views/other.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/views/other.py b/core/views/other.py index ce6c182..b97ea9a 100644 --- a/core/views/other.py +++ b/core/views/other.py @@ -59,6 +59,8 @@ def todos(request, module): from troggle.parsers.drawings import todo as parsersdrawings from troggle.parsers.locations import todo as parserslocations from troggle.parsers.logbooks import todo as parserslogbooks + from troggle.parsers.people import todo as parserspeople + from troggle.parsers.users import todo as parsersusers from troggle.parsers.survex import todo as parserssurvex from troggle.urls import todo as todourls @@ -81,6 +83,8 @@ def todos(request, module): "parsers/drawings": parsersdrawings, "parsers/locations": parserslocations, "parsers/logbooks": parserslogbooks, + "parsers/people": parserspeople, + "parsers/users": parsersusers, "parsers/survex": parserssurvex, "urls": todourls, } |