2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 20:37:10 +00:00

move *_views files to /views/*

This commit is contained in:
Philip Sargent
2021-03-31 21:51:17 +01:00
parent e1cf43c260
commit 7cccf4daf1
21 changed files with 85 additions and 100 deletions

View File

@@ -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.