deleting a user requires confirmation, just deactivates
commit7287f32f78b5605849bf742d4cbc102294a29be5
authorStefan Koegl <stefan@skoegl.net>
Wed, 3 Feb 2010 19:20:23 +0000 (3 20:20 +0100)
committerStefan Koegl <stefan@skoegl.net>
Wed, 3 Feb 2010 19:20:23 +0000 (3 20:20 +0100)
treed5187650251507c6c57c4e5fc6a1dc42a0f0a24f
parentec915c28e11c8f7a9d9bab015f25588a5c798605
deleting a user requires confirmation, just deactivates

previously, deleting a user completely deleted the user from the database. Now
its just deactivated
mygpo/urls.py
mygpo/web/templates/account.html
mygpo/web/templates/delete_account.html
mygpo/web/views.py