Missed out tuple def for string formatting

This commit is contained in:
2011-08-11 11:57:09 +01:00
parent 385e7054a5
commit fd0ea4e14c

View File

@@ -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"