added deleting of user functionality by adding user_delete method in user.py and creating a confirmation page user_confirm_delete.html. This patch will enable the superusers to delete other users.
1 parent 7db087c commit bab808a6bbd6d0e329b87617410dbb1c2948819a
@Varun Sharma Varun Sharma authored on 5 Jul 2013
Showing 5 changed files
View
src/postorius/templates/postorius/users/index.html
View
src/postorius/templates/postorius/users/new.html
View
src/postorius/templates/postorius/users/user_confirm_delete.html 0 → 100644
View
src/postorius/urls.py
View
src/postorius/views/user.py