Begin removal of IS_CORP

This commit is contained in:
Adarnof
2016-12-20 06:54:29 +00:00
parent ce35e72e44
commit 54464c23cf
2 changed files with 24 additions and 33 deletions

View File

@@ -46,11 +46,7 @@
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container-fluid">
<a class="navbar-brand">
{% if IS_CORP %}
{{ CORP_NAME }}
{% else %}
{{ ALLIANCE_NAME }}
{% endif %}
{% SITE_NAME %}
</a>
<!-- /.navbar-header -->