summaryrefslogtreecommitdiff
path: root/ishtar_common/wizards.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-03-16 11:41:22 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2023-03-16 14:42:16 +0100
commit63c96b0484661419c30a830e2d7ab52c209cf0f0 (patch)
tree9337e16f9d05b6231e153201d5e86e2334b5c307 /ishtar_common/wizards.py
parentf5796cb2bf4e3bbe3a71b9cdf9320aea690ddfd9 (diff)
downloadIshtar-63c96b0484661419c30a830e2d7ab52c209cf0f0.tar.bz2
Ishtar-63c96b0484661419c30a830e2d7ab52c209cf0f0.zip
Custom form: can add header message - Profile: custom footer message
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r--ishtar_common/wizards.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py
index fa14d9827..f6b2894ab 100644
--- a/ishtar_common/wizards.py
+++ b/ishtar_common/wizards.py
@@ -79,7 +79,7 @@ def filter_no_fields_form(form, other_check=None):
if not hasattr(self.request.user, "ishtaruser"):
return False
if issubclass(form, CustomForm):
- enabled, excluded, json_fields = form.check_custom_form(
+ enabled, __, excluded, json_fields = form.check_custom_form(
self.request.user.ishtaruser
)
if not hasattr(self, "json_fields"):