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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/fossee_manim/forms.py b/fossee_manim/forms.py
index b3b33eb..72e5c83 100644
--- a/fossee_manim/forms.py
+++ b/fossee_manim/forms.py
@@ -263,7 +263,8 @@ class CommentForm(forms.ModelForm):
class Meta:
model = Comment
- exclude = ['animation', 'created_date', 'commentor']
+ exclude = ['animation', 'created_date', 'commentor',
+ 'animation_status']
widgets = {
'comments': forms.CharField(),
}