From d59a2c83c827792a4411d7a3a72509e931c89fa2 Mon Sep 17 00:00:00 2001 From: dorijan Date: Thu, 28 Jun 2012 18:23:10 +0200 Subject: [PATCH] added a missing --- app/eve_api/templates/eve_api/eveplayercorporation_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/eve_api/templates/eve_api/eveplayercorporation_detail.html b/app/eve_api/templates/eve_api/eveplayercorporation_detail.html index 937b1cf..0567efd 100644 --- a/app/eve_api/templates/eve_api/eveplayercorporation_detail.html +++ b/app/eve_api/templates/eve_api/eveplayercorporation_detail.html @@ -38,7 +38,7 @@ {% for char in members %} - {{ char.name }}{% if char.total_sp %}{{ char.total_sp|intcomma }} SP{% endif %}{{ char.corporation_date }}{% if char.director %}Yes{% endif %}{% if char.eveaccount_set.count %}{% if char.roles.count %}Yes{% else %}No{% endif %}{% endif %}{% if char.eveaccount_set.count %}Yes{% else %}No{% endif %}{% if char.active_key %}Yes{% else %}No{% endif %} + {{ char.name }}{% if char.total_sp %}{{ char.total_sp|intcomma }} SP{% endif %}{{ char.corporation_date }}{% if char.director %}Yes{% endif %}{% if char.eveaccount_set.count %}{% if char.roles.count %}Yes{% else %}No{% endif %}{% endif %}{% if char.eveaccount_set.count %}Yes{% else %}No{% endif %}{% if char.active_key %}Yes{% else %}No{% endif %} {% endfor %}