projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78de94d
)
Typo fix
author
Magnus Hagander
<magnus@hagander.net>
Thu, 20 Jun 2013 13:52:43 +0000
(15:52 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 20 Jun 2013 13:52:43 +0000
(15:52 +0200)
pgweb/account/views.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/account/views.py
b/pgweb/account/views.py
index 421fcd1265321836fe08df36d9586551a6908407..11df51bc007a0bad70a9cf6525935c7285432ada 100644
(file)
--- a/
pgweb/account/views.py
+++ b/
pgweb/account/views.py
@@
-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..