summaryrefslogtreecommitdiffstats
path: root/core/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/forms.py')
-rw-r--r--core/forms.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/forms.py b/core/forms.py
index 08f7e6c..cd40822 100644
--- a/core/forms.py
+++ b/core/forms.py
@@ -11,7 +11,8 @@ from django.contrib.admin.widgets import AdminDateWidget
from troggle.core.models.troggle import Person, PersonExpedition, Expedition
from troggle.core.models.caves import Cave, LogbookEntry, QM, Entrance, CaveAndEntrance
-'''These are all the Forms used by troggle
+'''These are all the class-based Forms used by troggle.
+There are other, simpler, upload forms in view/uploads.py
Some are not used and need renovating or destroying.
'''