Skip to content

Commit 368ddf5

Browse files
committed
Fixed typo
1 parent bb02284 commit 368ddf5

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
@@ -269,7 +269,7 @@ Django is taking care to validate that all the fields in our form are correct. I
269269

270270
## Edit form
271271

272-
Now we know how to add a new form. But what if we want to edit an existing one? This is very similar to what we just did. Let's create some important things quickly. (If you don't understand something, you should ask your coach or look at the previous chapters, since we covered all these steps already.)
272+
Now we know how to add a new post. But what if we want to edit an existing one? This is very similar to what we just did. Let's create some important things quickly. (If you don't understand something, you should ask your coach or look at the previous chapters, since we covered all these steps already.)
273273

274274
Open `blog/templates/blog/post_detail.html` in the code editor and add the line
275275

0 commit comments

Comments
 (0)