summaryrefslogtreecommitdiffstats
path: root/templates/general_form.html
AgeCommit message (Collapse)AuthorFilesLines
2011-03-04Get general form up to snuffDan McGee1-4/+8
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-17Updated generic form for accessibilityThayer Williams1-19/+17
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-08-10Add a page to aid Aaron in user creation.Dusty Phillips1-0/+1
2008-06-28use newforms on todo listDusty Phillips1-0/+24