|
@@ -38,6 +38,7 @@ class PublicContribForm(forms.ModelForm):
|
|
|
'longitude': forms.HiddenInput,
|
|
|
'connect_local': forms.CheckboxInput,
|
|
|
'connect_internet': forms.CheckboxInput,
|
|
|
+ 'comment': forms.Textarea({'rows': 3}),
|
|
|
}
|
|
|
# Widget rendering is managed by hand in template for orientions.
|
|
|
orientations = forms.MultipleChoiceField(choices=ORIENTATIONS)
|