summaryrefslogtreecommitdiff
path: root/app/modules/forms.py
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2022-05-16 21:11:52 +0200
committerMarius Peter <marius.peter@tutanota.com>2022-05-16 21:11:52 +0200
commiteac5bb765c8d609d3b7eb31316228f8058581796 (patch)
tree71858ed6cef43bb5dea24de1222b3c828d93b821 /app/modules/forms.py
parent196c3bbf8a140f962845c51e22f409aa6b4d7473 (diff)
Lil fixes.
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--2026 Marius PETER