mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-10-30 10:38:58 +03:00
Use Textarea widget for LocalizedFieldWidget
This commit is contained in:
@@ -16,7 +16,7 @@ class LocalizedFieldWidget(MultiWidget):
|
|||||||
widgets = []
|
widgets = []
|
||||||
|
|
||||||
for _ in settings.LANGUAGES:
|
for _ in settings.LANGUAGES:
|
||||||
widgets.append(forms.TextInput())
|
widgets.append(forms.Textarea())
|
||||||
|
|
||||||
super(LocalizedFieldWidget, self).__init__(widgets, *args, **kwargs)
|
super(LocalizedFieldWidget, self).__init__(widgets, *args, **kwargs)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user