Skip to content

Commit

Permalink
got rid of old code
Browse files Browse the repository at this point in the history
git-svn-id: http://django-flag.googlecode.com/svn/trunk@21 6223c904-8705-11dd-a5c9-f1483cedc3eb
  • Loading branch information
jtauber committed Sep 20, 2008
1 parent 1ac8e5f commit 718a575
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flag/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
@login_required
def flag(request):

form = form_class(request.POST)

content_type = request.POST.get("content_type")
object_id = request.POST.get("object_id")
creator_field = request.POST.get("creator_field")
Expand Down

0 comments on commit 718a575

Please sign in to comment.