~roadmr/canonical-identity-provider/fix-deprecation-warnings-1

« back to all changes in this revision

Viewing changes to identityprovider/views/ui.py

  • Committer: Ricardo Kirkner
  • Date: 2012-01-13 14:49:47 UTC
  • mfrom: (79.2.88 stable)
  • Revision ID: ricardo.kirkner@canonical.com-20120113144947-lupl9qfuq2xlxvha
merged in stable@167 after 12.01.09 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
631
631
 
632
632
 
633
633
def logout_to_confirm(request):
634
 
    return render_to_response('registration/logout_to_confirm.html')
 
634
    return render_to_response('registration/logout_to_confirm.html',
 
635
        RequestContext(request))
635
636
 
636
637
 
637
638
def deactivated(request):