From 7cccf4daf15f16f3b7b4dc7909862fc2839caf4f Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 31 Mar 2021 21:51:17 +0100 Subject: move *_views files to /views/* --- core/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/forms.py') diff --git a/core/forms.py b/core/forms.py index f86796a..d3941b0 100644 --- a/core/forms.py +++ b/core/forms.py @@ -156,7 +156,7 @@ def get_name(pe): return pe.person.first_name class UploadFileForm(forms.Form): - """Only called by views_others.newFile() whhich seems to be only about logbook files. + """Only called by views.others.newFile() whhich seems to be only about logbook files. """ # Because this has EXECUTABLE statements in its signature (the fields) they get # executed when this module is LOADED. Which barfs horribly. -- cgit v1.2.3