#6594 closed (invalid)
Chapter 12, wrong close tag
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In Chapter 12: Sessions, Users, and Registration
In Section: Logging In and Out
In the very last code example (of login template) the form tag is closed wrongly:
Instead of:
<form action='.' method='post'>
there should be:
</form>
Note:
See TracTickets
for help on using tickets.
Chapter 12 of what? Django (and it's official documentation) doesn't have a "chapter 12".
If you are referring to a correction for the Django Book, corrections and errata should be logged on the errata page on the website for the book.