mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-08 08:06:20 +01:00
Removed redundant function from tasks.py
Added Corp/Alliance name switching to base template. Fixed logic error in corp application filtering for hrapplication views.
This commit is contained in:
@@ -36,7 +36,11 @@
|
||||
<div class="navbar-header ">
|
||||
<a class="navbar-brand ">
|
||||
<div class="fa fa-cog fa-spin"></div>
|
||||
{{ CORP_NAME }}
|
||||
{% if IS_CORP %}
|
||||
<title>{{ CORP_NAME }}</title>
|
||||
{% else %}
|
||||
<title>{{ ALLIANCE_NAME }}</title>
|
||||
{% endif %}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user