Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Start wiring UI to backend; #664
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Mar 2, 2013
1 parent d6355da commit 29efe2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions www/%participant_id/deactivate.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
^L

participant = get_participant(request)
if POST:
import pdb; pdb.set_trace()
participant.deactivate()
request.redirect('/')

locked = False
tip_or_pledge = "tip"
title = participant.id # used in the title tag
Expand Down

0 comments on commit 29efe2f

Please sign in to comment.