summaryrefslogtreecommitdiffstats
path: root/templates/registration
AgeCommit message (Collapse)AuthorFilesLines
2011-08-16Tabs -> spaces in templatesDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-03-04Remove multiple account login/logout URLsDan McGee1-1/+3
And slightly spruce up the logout template with a header. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-06-12Remove action when submitting to same URLDan McGee1-1/+1
It looks like the `action="."` business was screwing up some browsers, notably lynx and links. We don't need it as the default is to submit to the same page anyway, so kill this gunk and see if it fixes a login CSRF issue. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-06-05Updates for CSRF protection in Django 1.2.XDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17Redesigned login and logout pagesThayer Williams2-20/+18
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-11-03Initial import for public release...eliott2-0/+33
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!