diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-05 14:01:15 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-05 14:01:15 +0100 |
commit | 409037bdf34742a1eee9b77cc50c5670035d6163 (patch) | |
tree | 3a1aaf1950a57e01bee42c40883ff5f658c6a60b /core/views/other.py | |
parent | 53fef140240a90f6b434d0146dff18fc139c2cc3 (diff) | |
download | troggle-409037bdf34742a1eee9b77cc50c5670035d6163.tar.gz troggle-409037bdf34742a1eee9b77cc50c5670035d6163.tar.bz2 troggle-409037bdf34742a1eee9b77cc50c5670035d6163.zip |
tiny tidyings
Diffstat (limited to 'core/views/other.py')
-rw-r--r-- | core/views/other.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/views/other.py b/core/views/other.py index 1985096..4f53ead 100644 --- a/core/views/other.py +++ b/core/views/other.py @@ -14,7 +14,7 @@ from troggle.core.models_caves import LogbookEntry, QM, Cave, PersonTrip from .login import login_required_if_public from troggle.core.forms import UploadFileForm -print("** importing troggle/core/views.other.py") +print("** importing troggle/core/views/other.py") """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). @@ -140,7 +140,7 @@ def ajax_QM_number(request): return HttpResponse(res) -print(" - newFile() is next in troggle/core/views.other.py") +#print(" - newFile() is next in troggle/core/views/other.py") @login_required_if_public def newFile(request, pslug = None): @@ -194,4 +194,4 @@ def delFile(f): lbe.delete() os.remove(lbe.filename) -print("** Finished importing troggle/core/views.other.py")
\ No newline at end of file +print("** Finished importing troggle/core/views/other.py")
\ No newline at end of file |