summaryrefslogtreecommitdiff
path: root/app/modules/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/modules/forms.py')
-rw-r--r--app/modules/forms.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/modules/forms.py b/app/modules/forms.py
index f98995d..7e4acde 100644
--- a/app/modules/forms.py
+++ b/app/modules/forms.py
@@ -1,5 +1,10 @@
# -*- mode: python; -*-
+"""Form class attribute names must match model class attribute names
+for proper request.form dictionary splatting.
+
+"""
+
from .customers.forms import AddCustomer
from .ferti.forms import AddFertiLog, AddFertiTarget
from .invoices.forms import AddInvoice
Copyright 2019--2024 Marius PETER