Remove leftover IS_CORP references

This commit is contained in:
Adarnof
2017-01-18 23:25:42 -05:00
parent 0abb160886
commit 3d50f977d9
8 changed files with 9 additions and 41 deletions

View File

@@ -51,11 +51,7 @@
<div class="alert alert-warning text-center">No groups available.</div>
{% endif %}
{% else %}
{% if IS_CORP %}
<div class="alert alert-danger" role="alert">{% trans "You are not in the corporation." %}</div>
{% else %}
<div class="alert alert-danger" role="alert">{% trans "You are not in the alliance." %}</div>
{% endif %}
<div class="alert alert-danger" role="alert">{% trans "You are not a member." %}</div>
{% endif %}
</div>