mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Missed out tuple def for string formatting
This commit is contained in:
@@ -136,7 +136,7 @@ def admin_group(request, groupid):
|
|||||||
|
|
||||||
char = member.get_profile().primary_character
|
char = member.get_profile().primary_character
|
||||||
if char:
|
if char:
|
||||||
charname = "[%s]%s" % char.corporation.ticker, char.name
|
charname = "[%s]%s" % (char.corporation.ticker, char.name)
|
||||||
else:
|
else:
|
||||||
charname = "Unknown"
|
charname = "Unknown"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user