projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5030d1d
)
Fix typo
author
Magnus Hagander
<magnus@hagander.net>
Fri, 21 Nov 2025 08:56:24 +0000
(09:56 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Wed, 26 Nov 2025 11:09:43 +0000
(12:09 +0100)
pgweb/util/helpers.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/util/helpers.py
b/pgweb/util/helpers.py
index 93896c686b58c58e41842f5c36b0e6d3a3e0651f..6e1e758d9fe7387c3c85ce9b096d46c43b5db5e9 100644
(file)
--- a/
pgweb/util/helpers.py
+++ b/
pgweb/util/helpers.py
@@
-122,7
+122,7
@@
def simple_form(instancetype, itemid, request, formclass, formtemplate='base/for
continue
f = instance._meta.get_field(fn)
if f in instance._meta.many_to_many:
- # m2m field have separate config of notificat
g
ions
+ # m2m field have separate config of notifications
if getattr(instance, 'send_m2m_notification', False):
for f in instance._meta.many_to_many:
if f.name in form.cleaned_data: