From b3e56de3e6dd8d2772c491df765877a9c99d5cf0 Mon Sep 17 00:00:00 2001 From: Sharanya A Date: Tue, 25 Jun 2019 16:12:03 +0530 Subject: Grammatical changes to placeholder text in outline field --- fossee_manim/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fossee_manim/forms.py b/fossee_manim/forms.py index 3b9ca2e..0d490f0 100644 --- a/fossee_manim/forms.py +++ b/fossee_manim/forms.py @@ -251,8 +251,8 @@ class AnimationProposal(forms.ModelForm): super(AnimationProposal, self).__init__(*args, **kwargs) self.fields['subcategory'].widget.attrs['placeholder'] = 'Eg: Quantum Mechanics, Topology' self.fields['outline'].widget.attrs['placeholder'] = 'NOTE:-Do\ - add info about prerequisites if any also possible textbooks or \ - other related information' + add info about prerequisites (if any), possible textbooks and \ + any other related information' class Meta: model = Animation -- cgit