summaryrefslogtreecommitdiffstats
path: root/core/views/other.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-01-24 22:49:04 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2025-01-24 22:49:04 +0000
commita5bce1422635991559b4c49b869b100266238104 (patch)
tree3f9c72c4234de0d8e66a875883f1c0ee140385eb /core/views/other.py
parent9c3a40dd98cb5d913bc2e2eb3c7cbf2f9be3e05f (diff)
downloadtroggle-a5bce1422635991559b4c49b869b100266238104.tar.gz
troggle-a5bce1422635991559b4c49b869b100266238104.tar.bz2
troggle-a5bce1422635991559b4c49b869b100266238104.zip
typos
Diffstat (limited to 'core/views/other.py')
-rw-r--r--core/views/other.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/views/other.py b/core/views/other.py
index 4019e73..ab2f8a7 100644
--- a/core/views/other.py
+++ b/core/views/other.py
@@ -53,6 +53,7 @@ def todos(request, module):
from troggle.core.views.scans import todo as viewscans
from troggle.core.views.survex import todo as viewsurvex
from troggle.core.views.uploads import todo as viewuploads
+ from troggle.core.views.user_registration import todo as viewregister
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
@@ -77,6 +78,7 @@ def todos(request, module):
"views/scans": viewscans,
"views/survex": viewsurvex,
"views/uploads": viewuploads,
+ "views/user_registration": viewregister,
"views/wallets_edit": viewwallets_edit,
"views/logbook_edit": viewlogbook_edit,
"parsers/caves": parserscaves,