Typo fix
authorMagnus Hagander <magnus@hagander.net>
Thu, 20 Jun 2013 13:52:43 +0000 (15:52 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 20 Jun 2013 13:52:43 +0000 (15:52 +0200)
pgweb/account/views.py

index 421fcd1265321836fe08df36d9586551a6908407..11df51bc007a0bad70a9cf6525935c7285432ada 100644 (file)
@@ -274,7 +274,7 @@ def communityauth(request, siteid):
        if d:
                info['d'] = d.encode('utf-8')
        elif su:
-               info['su'] = d.encode('utf-8')
+               info['su'] = su.encode('utf-8')
 
        # Turn this into an URL. Make sure the timestamp is always first, that makes
        # the first block more random..