mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +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
|
||||
if char:
|
||||
charname = "[%s]%s" % char.corporation.ticker, char.name
|
||||
charname = "[%s]%s" % (char.corporation.ticker, char.name)
|
||||
else:
|
||||
charname = "Unknown"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user