Change from docstring comment to normal

This commit is contained in:
tudorvaran 2020-04-29 12:16:25 +03:00
parent 3bf4435622
commit 7f48903137

View File

@ -33,9 +33,8 @@ class LocalizedFieldForm(forms.MultiValueField):
"""Initializes a new instance of :see:LocalizedFieldForm."""
fields = []
"""
Do not print initial value in html in the form of a hidden input. This will result in loss of information
"""
# Do not print initial value in html in the form of a hidden input. This will result in loss of information
kwargs["show_hidden_initial"] = False
for lang_code, _ in settings.LANGUAGES: