diff --git a/allianceauth/authentication/templates/authentication/tokens.html b/allianceauth/authentication/templates/authentication/tokens.html index e14a69f6..801c3f8c 100644 --- a/allianceauth/authentication/templates/authentication/tokens.html +++ b/allianceauth/authentication/templates/authentication/tokens.html @@ -21,7 +21,7 @@
{% translate "Click to activate the service for your user." %} @@ -28,7 +28,7 @@
{% translate "Click to manually set your password." %} @@ -37,7 +37,7 @@
{% translate "Click to randomly generate your password." %} @@ -46,7 +46,7 @@
{% translate "Click to deactivate the service for your user" %} diff --git a/allianceauth/services/templates/services/services_ctrl.html b/allianceauth/services/templates/services/services_ctrl.html index 5e551c40..9da4a975 100644 --- a/allianceauth/services/templates/services/services_ctrl.html +++ b/allianceauth/services/templates/services/services_ctrl.html @@ -13,23 +13,23 @@ {% if username == "" %} {% if urls.auth_activate %} - + {% endif %} {% else %} {% if urls.auth_set_password %} - + {% endif %} {% if urls.auth_reset_password %} - + {% endif %} {% if urls.auth_deactivate %} - + {% endif %} {% endif %} diff --git a/allianceauth/static/allianceauth/js/refresh_notifications.js b/allianceauth/static/allianceauth/js/refresh_notifications.js index c0cc6e10..ecebeb5c 100644 --- a/allianceauth/static/allianceauth/js/refresh_notifications.js +++ b/allianceauth/static/allianceauth/js/refresh_notifications.js @@ -27,7 +27,7 @@ $(function () { `Notifications ${unreadCount}` ); } else { - innerHtml = ''; + innerHtml = ''; } $('#menu_item_notifications').html( diff --git a/allianceauth/templates/allianceauth/base-bs5.html b/allianceauth/templates/allianceauth/base-bs5.html index 802f0512..c321355d 100644 --- a/allianceauth/templates/allianceauth/base-bs5.html +++ b/allianceauth/templates/allianceauth/base-bs5.html @@ -51,7 +51,7 @@