resolved changes

parent 46b0a97a
......@@ -5,4 +5,4 @@ from .models import Post
class PostForm(ModelForm):
class Meta:
model = Post
fields = ["post_title", "post_body", "author"]
\ No newline at end of file
fields = ["post_title", "post_body", "author", "pub_date"]
\ 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