diff --git a/forum/forms.py b/forum/forms.py index 33db4a0..cf091f5 100644 --- a/forum/forms.py +++ b/forum/forms.py @@ -2,7 +2,7 @@ from django import forms from tinymce import TinyMCE -from .models import Comment, Post, Thread +from .models import Comment, Post class CommentForm(forms.ModelForm):