diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2022-05-16 21:11:52 +0200 |
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2022-05-16 21:11:52 +0200 |
| commit | eac5bb765c8d609d3b7eb31316228f8058581796 (patch) | |
| tree | 71858ed6cef43bb5dea24de1222b3c828d93b821 /app/modules/forms.py | |
| parent | 196c3bbf8a140f962845c51e22f409aa6b4d7473 (diff) | |
Lil fixes.
Diffstat (limited to 'app/modules/forms.py')
| -rw-r--r-- | app/modules/forms.py | 5 |
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 |