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
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