Commit 44769d18 authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

Add page for forum posts is now implemented

parent dc0e0eda
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