]> git.ozlabs.org Git - patchwork/commit
Use django-registration infrastructure
authorJeremy Kerr <jk@ozlabs.org>
Fri, 22 Aug 2008 02:41:25 +0000 (10:41 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 22 Aug 2008 02:41:25 +0000 (10:41 +0800)
commitf1e089f7736ac8f7b9af784461350c4c169211ad
treee45453e0d1fe5695b5227249040a668bff2610c1
parent6a2a96299d4802cb4fb82891daf6f81ff33ba4e0
Use django-registration infrastructure

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
35 files changed:
apps/patchwork/forms.py
apps/patchwork/models.py
apps/patchwork/urls.py
apps/patchwork/utils.py
apps/patchwork/views/base.py
apps/patchwork/views/patch.py
apps/patchwork/views/user.py
apps/registration [new symlink]
apps/settings.py
apps/urls.py
templates/base.html [new file with mode: 0644]
templates/patchwork/base.html [deleted file]
templates/patchwork/bundle-public.html
templates/patchwork/bundle.html
templates/patchwork/list.html
templates/patchwork/login.html [deleted file]
templates/patchwork/logout.html [deleted file]
templates/patchwork/patch.html
templates/patchwork/profile.html
templates/patchwork/project.html
templates/patchwork/projects.html
templates/patchwork/register-confirm.html [deleted file]
templates/patchwork/register.html [deleted file]
templates/patchwork/register.mail
templates/patchwork/todo-list.html
templates/patchwork/todo-lists.html
templates/patchwork/user-link-confirm.html
templates/patchwork/user-link.html
templates/registration/activate.html [new file with mode: 0644]
templates/registration/activation_email.txt [new file with mode: 0644]
templates/registration/activation_email_subject.txt [new file with mode: 0644]
templates/registration/login.html [new file with mode: 0644]
templates/registration/logout.html [new file with mode: 0644]
templates/registration/registration_complete.html [new file with mode: 0644]
templates/registration/registration_form.html [new file with mode: 0644]