summaryrefslogtreecommitdiffstats
path: root/templates/registration
Commit message (Collapse)AuthorAgeFilesLines
* templates: Add CSRF (cross-site request forgery) values to form postsJohn 'Warthog9' Hawley2010-08-102-0/+2
| | | | | | | | This is a fairly simple patch, basically it does what the error message told me to do: "add In the template, there is a {% csrf_token %} template tag inside each POST form that targets an internal URL." Signed-off-by: John 'Warthog9' Hawley <warthog9@kernel.org>
* Fix 'activate' mispellingJeremy Kerr2008-09-121-1/+1
| | | | Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Remove redundant 'Patchwork' from titles in registration templatesJeremy Kerr2008-08-234-8/+8
| | | | Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Use django-registration infrastructureJeremy Kerr2008-08-227-0/+193
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>