diff --git a/allianceauth/corputils/auth_hooks.py b/allianceauth/corputils/auth_hooks.py index e9f64452..e7e419b5 100644 --- a/allianceauth/corputils/auth_hooks.py +++ b/allianceauth/corputils/auth_hooks.py @@ -8,7 +8,7 @@ class CorpStats(MenuItemHook): def __init__(self): MenuItemHook.__init__(self, _('Corporation Stats'), - 'fa fa-share-alt fa-fw', + 'fas fa-share-alt fa-fw', 'corputils:view', navactive=['corputils:']) diff --git a/allianceauth/fleetactivitytracking/auth_hooks.py b/allianceauth/fleetactivitytracking/auth_hooks.py index 1a98479c..b54b63cd 100644 --- a/allianceauth/fleetactivitytracking/auth_hooks.py +++ b/allianceauth/fleetactivitytracking/auth_hooks.py @@ -6,7 +6,7 @@ from allianceauth.services.hooks import MenuItemHook, UrlHook @hooks.register('menu_item_hook') def register_menu(): - return MenuItemHook(_('Fleet Activity Tracking'), 'fa fa-users fa-lightbulb-o fa-fw', 'fatlink:view', + return MenuItemHook(_('Fleet Activity Tracking'), 'fas fa-users fa-fw', 'fatlink:view', navactive=['fatlink:']) diff --git a/allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html b/allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html index 9eff7993..91da8bce 100644 --- a/allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html +++ b/allianceauth/groupmanagement/templates/groupmanagement/groupmembers.html @@ -36,7 +36,7 @@
: Group leader
+: Group leader
{% else %}
-
+
{{ latest_patch_version }}
{% if not latest_patch %}
{% trans "Update available" %}{% endif %}
@@ -51,7 +51,7 @@
-
+
{{ latest_beta_version }}
{% trans "Pre-Release available" %}
diff --git a/allianceauth/templates/allianceauth/side-menu.html b/allianceauth/templates/allianceauth/side-menu.html
index bef3d097..eb43ed9e 100644
--- a/allianceauth/templates/allianceauth/side-menu.html
+++ b/allianceauth/templates/allianceauth/side-menu.html
@@ -7,12 +7,12 @@