Skip to content

Commit

Permalink
oop...left in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
reedlabotz committed Oct 8, 2012
1 parent 45b4167 commit 8767f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liquid/intranet/member_database/views.py
Expand Up @@ -92,7 +92,7 @@ def new(request,id):
Approved by: %s"""%(u.first_name,u.last_name,u.date_joined.strftime("%a %b %d, %Y %H:%M:%S"),request.user.username)
send_mail('Welcome to ACM@UIUC', welcome_msg, 'ACM <acm@uiuc.edu>',['reedlabotz@gmail.com'], fail_silently=False)
send_mail('Welcome to ACM@UIUC', welcome_msg, 'ACM <acm@uiuc.edu>',[u.email,'treasurer@acm.uiuc.edu'], fail_silently=False)
return HttpResponseRedirect('/intranet/members/search?q=%s' % u.username) # Redirect after POST
except ValueError:
messages.add_message(request, messages.ERROR, "Not a valid netid")
Expand Down

0 comments on commit 8767f91

Please sign in to comment.