diff --git a/src/django_nh3/forms.py b/src/django_nh3/forms.py index ef114a4..ca44fb5 100644 --- a/src/django_nh3/forms.py +++ b/src/django_nh3/forms.py @@ -18,7 +18,7 @@ def __init__( attributes: dict[str, set[str]] = {}, attribute_filter: Callable[[str, str, str], str] | None = None, clean_content_tags: set[str] = set(), - empty_value: Any | None = None, + empty_value: Any | None = "", link_rel: str = "", strip_comments: bool = False, tags: set[str] = set(),