diff options
author | Sharanya A | 2019-06-25 16:12:03 +0530 |
---|---|---|
committer | Sharanya A | 2019-06-25 16:12:03 +0530 |
commit | b3e56de3e6dd8d2772c491df765877a9c99d5cf0 (patch) | |
tree | c59556dff482c7dace790baab5f8195366979e7b /fossee_manim | |
parent | 7604be6a4c343da26ea18d011ae483e3267850e2 (diff) | |
download | FOSSEE_animations-b3e56de3e6dd8d2772c491df765877a9c99d5cf0.tar.gz FOSSEE_animations-b3e56de3e6dd8d2772c491df765877a9c99d5cf0.tar.bz2 FOSSEE_animations-b3e56de3e6dd8d2772c491df765877a9c99d5cf0.zip |
Grammatical changes to placeholder text in outline field
Diffstat (limited to 'fossee_manim')
-rw-r--r-- | fossee_manim/forms.py | 4 |
1 files 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 |