From 461e2c68ee49d255217deaf68dc484291de64ce7 Mon Sep 17 00:00:00 2001 From: Ydmir Date: Thu, 28 Jan 2016 20:46:15 +0100 Subject: [PATCH] Now all characters should have its own killboard link. --- stock/templates/registered/corputils.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/stock/templates/registered/corputils.html b/stock/templates/registered/corputils.html index 0ed7da5a..bbb67a93 100644 --- a/stock/templates/registered/corputils.html +++ b/stock/templates/registered/corputils.html @@ -88,9 +88,9 @@ Main character - Killboard Main corporation - Character list + Character list + Killboard {% for maincharname, player in characters_with_api %} @@ -100,9 +100,6 @@

{{ maincharname }}

- - Killboard - {% if not corp.corporation_name == player.maincorp%} @@ -119,6 +116,11 @@

{{ char.character_name }}

{% endfor %} + + {% for char in player.altlist %} +

Killboard

+ {% endfor %} + {% endfor %} @@ -138,8 +140,7 @@ Character - Killboard - API + Killboard {% for character_name, character_id in characters_without_api %} @@ -152,9 +153,6 @@ Killboard - - No API registered! - {% endfor %}