diff --git a/jsignature/widgets.py b/jsignature/widgets.py index 1c7274a..1042a6f 100644 --- a/jsignature/widgets.py +++ b/jsignature/widgets.py @@ -17,6 +17,10 @@ class JSignatureWidget(HiddenInput): A widget handling a signature capture field with with jSignature """ + # Actually, this widget has a display so we want it to behave like a + # normal field, not a hidden one + is_hidden = False + class Media: js = ('js/jSignature.min.js', 'js/django_jsignature.js')