mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Don't need to convert moderator to string anymore
This commit is contained in:
parent
1068ece635
commit
8c83ca35c9
@ -395,7 +395,7 @@ class WebSupport(object):
|
||||
rv.update({
|
||||
'voting': True,
|
||||
'username': username,
|
||||
'moderator': str(moderator).lower(),
|
||||
'moderator': moderator,
|
||||
})
|
||||
return '\n'.join([
|
||||
'<script type="text/javascript">',
|
||||
|
Loading…
Reference in New Issue
Block a user