Skip to content

Commit a7976cf

Browse files
committed
Fix paragraph on publish_date when creating post.
The published_date is clearly set, fixed documentation to follow code behavior.
1 parent b138277 commit a7976cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/django_forms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def post_new(request):
231231

232232
Let's see if it works. Go to the page http://127.0.0.1:8000/post/new/, add a `title` and `text`, save it... and voilà! The new blog post is added and we are redirected to `post_detail` page!
233233

234-
You problably have noticed that we are not setting publish date at all. We will introduce a _publish button_ in __Django Girls Tutorial: Extensions__.
234+
You might have noticed that we are setting publish date before saving the post. Later on, we will introduce a _publish button_ in __Django Girls Tutorial: Extensions__.
235235

236236
That is awesome!
237237

0 commit comments

Comments
 (0)