Commit aa85603f authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

Deleted, since not needed

parent 5984e98b
from django import forms
from .models import ForumPost
class AddForumPostForm(forms.ModelForm):
class Meta:
model = ForumPost
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment