mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Now links to user's character profiles
This commit is contained in:
@@ -254,7 +254,7 @@ def user_view(request, username=None):
|
||||
for acc in eveaccounts:
|
||||
chars = acc.characters.all()
|
||||
for char in chars:
|
||||
characters.append({'name': char.name, 'corp': char.corporation.name})
|
||||
characters.append({'id': char.id, 'name': char.name, 'corp': char.corporation.name})
|
||||
except EVEAccount.DoesNotExist:
|
||||
eveaccounts = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user