summaryrefslogtreecommitdiff
path: root/fossee_manim/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'fossee_manim/forms.py')
-rw-r--r--fossee_manim/forms.py4
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