Skip to content

Commit 65ca02a

Browse files
authored
Merge pull request #1881 from atarkowska/master
fix spelling
2 parents 11c38ac + 54bf1ef commit 65ca02a

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
@@ -151,7 +151,7 @@ We need to create a file `post_edit.html` in the `blog/templates/blog` directory
151151
- We need a `Save` button. We do that with an HTML button: `<button type="submit">Save</button>`.
152152
- And finally, just after the opening `<form ...>` tag we need to add {% raw %}`{% csrf_token %}`{% endraw %}. This is very important, since it makes your forms secure! If you forget about this bit, Django will complain when you try to save the form:
153153

154-
![CSFR Forbidden page](images/csrf2.png)
154+
![CSRF Forbidden page](images/csrf2.png)
155155

156156
OK, so let's see how the HTML in `post_edit.html` should look:
157157

0 commit comments

Comments
 (0)