Multitenant

Closes #604
This commit is contained in:
Adarnof
2016-12-29 18:10:43 -05:00
6 changed files with 55 additions and 92 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 -->