From: Magnus Hagander Date: Fri, 21 Nov 2025 08:56:24 +0000 (+0100) Subject: Fix typo X-Git-Url: http://git.postgresql.org/gitweb/static/backend_dirs.html?a=commitdiff_plain;h=fbef98206c9c2cdbb06d8399df19e32e6dfd8d2f;p=pgweb.git Fix typo --- diff --git a/pgweb/util/helpers.py b/pgweb/util/helpers.py index 93896c68..6e1e758d 100644 --- 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 notificatgions + # 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: