Correct permission check for showing APIs

This commit is contained in:
Adarnof
2016-12-13 20:22:09 -05:00
parent 5a9418d792
commit 5f88e7e1a5
2 changed files with 3 additions and 3 deletions

View File

@@ -14,9 +14,9 @@
{% endif %}
</tr>
<tr>
<td class="text-center">{{ corpstats.corp.corporation_name }}</td>
<td class="text-center"><h4>{{ corpstats.corp.corporation_name }}</h4></td>
{% if corpstats.corp.alliance %}
<td class="text-center">{{ corpstats.corp.alliance.alliance_name }}</td>
<td class="text-center"><h4>{{ corpstats.corp.alliance.alliance_name }}</h4></td>
{% endif %}
</tr>
</table>