Fixed absent corp/alliance name next to cog in base template

This commit is contained in:
Adarnof 2015-11-07 06:10:56 +00:00
parent 1cc3b2a6b7
commit 9b9bf22502

View File

@ -37,9 +37,9 @@
<a class="navbar-brand ">
<div class="fa fa-cog fa-spin"></div>
{% if IS_CORP %}
<title>{{ CORP_NAME }}</title>
{{ CORP_NAME }}
{% else %}
<title>{{ ALLIANCE_NAME }}</title>
{{ ALLIANCE_NAME }}
{% endif %}
</a>
</div>