From 9b9f6720e079669fd884d83f6b69833e20d03ff7 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 3 May 2021 20:35:35 +0100 Subject: not found now does 404 & moved login --- core/views/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/other.py') diff --git a/core/views/other.py b/core/views/other.py index 83d6113..6f06ecf 100644 --- a/core/views/other.py +++ b/core/views/other.py @@ -16,7 +16,7 @@ from troggle.parsers.imports import import_logbooks, import_QMs, import_drawings # from databaseReset import reinit_db # don't do this. databaseRest runs code *at import time* from troggle.core.models.troggle import Expedition, Person, PersonExpedition from troggle.core.models.caves import LogbookEntry, QM, Cave, PersonTrip -from .login import login_required_if_public +from .auth import login_required_if_public '''Utility functions and code to serve the control panel and individual user's progress and task list (deprecated as we do not have individual user login). -- cgit v1.2.3