Re: Djangobook 1.0 Chapter 12: Authentication Form example template completely messed up

2008-09-05 Thread Fredrik Lundh
skyrim wrote: > I just wanted to notify you that the simple login template example > is completely messed up: > http://www.djangobook.com/en/1.0/chapter12/ well, HTML-wise, it isn't *that* messed up. > . single quotes used instead of double quotes in opening 'form' tag HTML attributes can use

Djangobook 1.0 Chapter 12: Authentication Form example template completely messed up

2008-09-05 Thread skyrim
Hi, I hope this is the right group for this message. I just wanted to notify you that the simple login template example is completely messed up: http://www.djangobook.com/en/1.0/chapter12/ . single quotes used instead of double quotes in opening 'form' tag . no closing 'form' tag, second openin