Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#6594 closed (invalid)

Chapter 12, wrong close tag

Reported by: ecir.hana@… 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>

Change History (2)

comment:1 by Russell Keith-Magee, 16 years ago

Resolution: invalid
Status: newclosed

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.

comment:2 by ecir.hana@…, 16 years ago

Of the Django Book, sorry.

Note: See TracTickets for help on using tickets.
Back to Top