From 41e9e16567d4f580b0068bd064aedb53bbab5c0f Mon Sep 17 00:00:00 2001 From: Akshen Date: Tue, 28 May 2019 18:22:53 +0530 Subject: Upload FileValidator added --- fossee_manim/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fossee_manim/forms.py') diff --git a/fossee_manim/forms.py b/fossee_manim/forms.py index 8edfb5c..3b9ca2e 100644 --- a/fossee_manim/forms.py +++ b/fossee_manim/forms.py @@ -280,7 +280,7 @@ class UploadAnimationForm(forms.ModelForm): def __init__(self, *args, **kwargs): super(UploadAnimationForm, self).__init__(*args, **kwargs) - self.fields['video_path'].label = "Animation" + self.fields['video_path'].label = "Animation(.mp4 only)" class Meta: model = AnimationStats -- cgit