mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-09-13 14:53:18 +03:00
Change from docstring comment to normal
This commit is contained in:
parent
3bf4435622
commit
7f48903137
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user