This commit is contained in:
Zakary Timson 2018-01-23 23:00:03 -05:00
parent 0809c4db4a
commit ae663a1ef9

View File

@ -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):