summaryrefslogtreecommitdiffstats
path: root/core/views/other.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/other.py')
-rw-r--r--core/views/other.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/views/other.py b/core/views/other.py
index 7c4c232..ce6c182 100644
--- a/core/views/other.py
+++ b/core/views/other.py
@@ -31,6 +31,9 @@ progress and task list (deprecated as we do not have individual user login).
todo = """
- [Low priority] Fix Login page so that it produces the frontpage or
redirects to the page which produced the login prompt requirement.
+
+- Statement on login page that "essential cookies" are used when you login
+ to the website.
"""
@@ -51,6 +54,7 @@ def todos(request, module):
from troggle.core.views.survex import todo as viewsurvex
from troggle.core.views.uploads import todo as viewuploads
from troggle.core.views.wallets_edit import todo as viewwallets_edit
+ from troggle.core.views.logbook_edit import todo as viewlogbook_edit
from troggle.parsers.caves import todo as parserscaves
from troggle.parsers.drawings import todo as parsersdrawings
from troggle.parsers.locations import todo as parserslocations
@@ -72,6 +76,7 @@ def todos(request, module):
"views/survex": viewsurvex,
"views/uploads": viewuploads,
"views/wallets_edit": viewwallets_edit,
+ "views/logbook_edit": viewlogbook_edit,
"parsers/caves": parserscaves,
"parsers/drawings": parsersdrawings,
"parsers/locations": parserslocations,