diff options
author | Akshen | 2019-04-10 10:34:58 +0530 |
---|---|---|
committer | Akshen | 2019-04-10 10:34:58 +0530 |
commit | 2db33dd32fa7686011ccd131ca3bcbcc8e582c67 (patch) | |
tree | 654e2c82d84530dc73581cd39993d140c94ede2b /fossee_manim/forms.py | |
parent | e5a0299855a9367eb6e32abfd356ed53c3fb765b (diff) | |
download | FOSSEE_animations-2db33dd32fa7686011ccd131ca3bcbcc8e582c67.tar.gz FOSSEE_animations-2db33dd32fa7686011ccd131ca3bcbcc8e582c67.tar.bz2 FOSSEE_animations-2db33dd32fa7686011ccd131ca3bcbcc8e582c67.zip |
Adds how_to_contribute page and videos on index page
Diffstat (limited to 'fossee_manim/forms.py')
-rw-r--r-- | fossee_manim/forms.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fossee_manim/forms.py b/fossee_manim/forms.py index 72e5c83..7543935 100644 --- a/fossee_manim/forms.py +++ b/fossee_manim/forms.py @@ -258,8 +258,6 @@ class CommentForm(forms.ModelForm): def __init__(self, *args, **kwargs): super(CommentForm, self).__init__(*args, **kwargs) self.fields['comment'].label = "" - self.fields['comment'].widget.attrs['rows'] = 5 - self.fields['comment'].widget.attrs['cols'] = 95 class Meta: model = Comment |