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 %}