diff --git a/allianceauth/templates/bundles/bootstrap-js.html b/allianceauth/templates/bundles/bootstrap-js.html
index 009e6712..6447ab7e 100644
--- a/allianceauth/templates/bundles/bootstrap-js.html
+++ b/allianceauth/templates/bundles/bootstrap-js.html
@@ -1,4 +1,4 @@
-
+
diff --git a/allianceauth/templates/bundles/datatables-css-bs5.html b/allianceauth/templates/bundles/datatables-css-bs5.html
index dbb8d16d..4f015af9 100644
--- a/allianceauth/templates/bundles/datatables-css-bs5.html
+++ b/allianceauth/templates/bundles/datatables-css-bs5.html
@@ -1,3 +1,3 @@
-
+
diff --git a/allianceauth/templates/bundles/datatables-js-bs5.html b/allianceauth/templates/bundles/datatables-js-bs5.html
index 28b590d4..83691ab5 100644
--- a/allianceauth/templates/bundles/datatables-js-bs5.html
+++ b/allianceauth/templates/bundles/datatables-js-bs5.html
@@ -1,4 +1,4 @@
-
-
+
+
diff --git a/allianceauth/templates/bundles/fontawesome.html b/allianceauth/templates/bundles/fontawesome.html
index 770a081d..75191f62 100644
--- a/allianceauth/templates/bundles/fontawesome.html
+++ b/allianceauth/templates/bundles/fontawesome.html
@@ -1,3 +1,3 @@
-
+
diff --git a/allianceauth/templates/bundles/jquery-js.html b/allianceauth/templates/bundles/jquery-js.html
index 75979ad8..844a7a70 100644
--- a/allianceauth/templates/bundles/jquery-js.html
+++ b/allianceauth/templates/bundles/jquery-js.html
@@ -1,3 +1,3 @@
-
+
diff --git a/allianceauth/theme/bootstrap/auth_hooks.py b/allianceauth/theme/bootstrap/auth_hooks.py
index e43f029d..5d159de4 100644
--- a/allianceauth/theme/bootstrap/auth_hooks.py
+++ b/allianceauth/theme/bootstrap/auth_hooks.py
@@ -14,20 +14,20 @@ class BootstrapThemeHook(ThemeHook):
"Bootstrap",
"Powerful, extensible, and feature-packed frontend toolkit.",
css=[{
- "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css",
- "integrity": "sha512-t4GWSVZO1eC8BM339Xd7Uphw5s17a86tIZIj8qRxhnKub6WoyhnrxeCIMeAqBPgdZGlCcG2PrZjMc+Wr78+5Xg=="
+ "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css",
+ "integrity": "sha512-b2QcS5SsA8tZodcDtGRELiGv5SaKSk1vDHDaQRda0htPYWZ6046lr3kJ5bAAQdpV2mmA/4v0wQF9MyU6/pDIAg=="
}],
js=[{
"url": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js",
"integrity": "sha512-TPh2Oxlg1zp+kz3nFA0C5vVC6leG/6mm1z9+mA81MI5eaUVqasPLO8Cuk4gMF4gUfP5etR73rgU/8PNMsSesoQ=="
}, {
- "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.min.js",
- "integrity": "sha512-3dZ9wIrMMij8rOH7X3kLfXAzwtcHpuYpEgQg1OA4QAob1e81H8ntUQmQm3pBudqIoySO5j0tHN4ENzA6+n2r4w=="
+ "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.min.js",
+ "integrity": "sha512-WW8/jxkELe2CAiE4LvQfwm1rajOS8PHasCCx+knHG0gBHt8EXxS6T6tJRTGuDQVnluuAvMxWF4j8SNFDKceLFg=="
}],
header_padding="3.5em"
)
@hooks.register('theme_hook')
-def register_darkly_hook():
+def register_bootstrap_hook():
return BootstrapThemeHook()
diff --git a/allianceauth/theme/bootstrap_dark/auth_hooks.py b/allianceauth/theme/bootstrap_dark/auth_hooks.py
index e0a8f292..4e6b7447 100644
--- a/allianceauth/theme/bootstrap_dark/auth_hooks.py
+++ b/allianceauth/theme/bootstrap_dark/auth_hooks.py
@@ -4,7 +4,7 @@ from allianceauth.theme.hooks import ThemeHook
class BootstrapDarkThemeHook(ThemeHook):
"""
- Bootstrap in all its glory!
+ Bootstrap in all its glory!, but _dark_
https://getbootstrap.com/
"""
@@ -14,15 +14,15 @@ class BootstrapDarkThemeHook(ThemeHook):
"Bootstrap Dark",
"Powerful, extensible, and feature-packed frontend toolkit.",
css=[{
- "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css",
- "integrity": "sha512-t4GWSVZO1eC8BM339Xd7Uphw5s17a86tIZIj8qRxhnKub6WoyhnrxeCIMeAqBPgdZGlCcG2PrZjMc+Wr78+5Xg=="
+ "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css",
+ "integrity": "sha512-b2QcS5SsA8tZodcDtGRELiGv5SaKSk1vDHDaQRda0htPYWZ6046lr3kJ5bAAQdpV2mmA/4v0wQF9MyU6/pDIAg=="
}],
js=[{
"url": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js",
"integrity": "sha512-TPh2Oxlg1zp+kz3nFA0C5vVC6leG/6mm1z9+mA81MI5eaUVqasPLO8Cuk4gMF4gUfP5etR73rgU/8PNMsSesoQ=="
}, {
- "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.min.js",
- "integrity": "sha512-3dZ9wIrMMij8rOH7X3kLfXAzwtcHpuYpEgQg1OA4QAob1e81H8ntUQmQm3pBudqIoySO5j0tHN4ENzA6+n2r4w=="
+ "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.min.js",
+ "integrity": "sha512-WW8/jxkELe2CAiE4LvQfwm1rajOS8PHasCCx+knHG0gBHt8EXxS6T6tJRTGuDQVnluuAvMxWF4j8SNFDKceLFg=="
}],
html_tags="data-bs-theme=dark",
header_padding="3.5em"
diff --git a/allianceauth/theme/darkly/auth_hooks.py b/allianceauth/theme/darkly/auth_hooks.py
index 4d4c46eb..a438ef65 100644
--- a/allianceauth/theme/darkly/auth_hooks.py
+++ b/allianceauth/theme/darkly/auth_hooks.py
@@ -4,7 +4,7 @@ from allianceauth.theme.hooks import ThemeHook
class DarklyThemeHook(ThemeHook):
"""
- The default auth theme
+ Bootswatch Darkly Theme
https://bootswatch.com/darkly/
"""
@@ -14,15 +14,15 @@ class DarklyThemeHook(ThemeHook):
"Darkly",
"Flatly in night mode!",
css=[{
- "url": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.0/darkly/bootstrap.min.css",
- "integrity": "sha512-3xynESL0QF3ERUl9se1VJk043nWT+UzWJveifBw7kLtC226vyGINZFtmyK015F83KBSNW+67alYSY2cCj1LHOQ=="
+ "url": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.2/darkly/bootstrap.min.css",
+ "integrity": "sha512-JjQ+gz9+fc47OLooLs9SDfSSVrHu7ypfFM7Bd+r4dCePQnD/veA7P590ovnFPzldWsPwYRpOK1FnePimGNpdrA=="
}],
js=[{
"url": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js",
"integrity": "sha512-TPh2Oxlg1zp+kz3nFA0C5vVC6leG/6mm1z9+mA81MI5eaUVqasPLO8Cuk4gMF4gUfP5etR73rgU/8PNMsSesoQ=="
}, {
- "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.min.js",
- "integrity": "sha512-3dZ9wIrMMij8rOH7X3kLfXAzwtcHpuYpEgQg1OA4QAob1e81H8ntUQmQm3pBudqIoySO5j0tHN4ENzA6+n2r4w=="
+ "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.min.js",
+ "integrity": "sha512-WW8/jxkELe2CAiE4LvQfwm1rajOS8PHasCCx+knHG0gBHt8EXxS6T6tJRTGuDQVnluuAvMxWF4j8SNFDKceLFg=="
}],
header_padding="4.5em"
)
diff --git a/allianceauth/theme/flatly/auth_hooks.py b/allianceauth/theme/flatly/auth_hooks.py
index c6d4a458..d95e9d59 100644
--- a/allianceauth/theme/flatly/auth_hooks.py
+++ b/allianceauth/theme/flatly/auth_hooks.py
@@ -4,7 +4,7 @@ from allianceauth.theme.hooks import ThemeHook
class FlatlyThemeHook(ThemeHook):
"""
- auth light theme
+ Bootswatch Flatly Theme
https://bootswatch.com/flatly/
"""
@@ -14,15 +14,15 @@ class FlatlyThemeHook(ThemeHook):
"Flatly",
"Flat and modern!",
css=[{
- "url": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.0/flatly/bootstrap.min.css",
- "integrity": "sha512-N/JRw8RFoUkWgQIpunoKtmZShzrHbs724xV4DMh+LSNjebmrgNy2dzAIUhoOqSazEZ/bLlulWy2muCxletfrsA=="
+ "url": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.2/flatly/bootstrap.min.css",
+ "integrity": "sha512-rx+BMEjKes84XHg1erhvtq7Mqxm/lm6w4WMoCtDAaTMtUzT5iK5hNTu8mc2+yPNSldAX5hheN/ZhtNQjjYy5nA=="
}],
js=[{
"url": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js",
"integrity": "sha512-TPh2Oxlg1zp+kz3nFA0C5vVC6leG/6mm1z9+mA81MI5eaUVqasPLO8Cuk4gMF4gUfP5etR73rgU/8PNMsSesoQ=="
}, {
- "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.min.js",
- "integrity": "sha512-3dZ9wIrMMij8rOH7X3kLfXAzwtcHpuYpEgQg1OA4QAob1e81H8ntUQmQm3pBudqIoySO5j0tHN4ENzA6+n2r4w=="
+ "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.min.js",
+ "integrity": "sha512-WW8/jxkELe2CAiE4LvQfwm1rajOS8PHasCCx+knHG0gBHt8EXxS6T6tJRTGuDQVnluuAvMxWF4j8SNFDKceLFg=="
}],
header_padding="4.5em"
)
diff --git a/allianceauth/theme/materia/auth_hooks.py b/allianceauth/theme/materia/auth_hooks.py
index d0cc73ae..896e2116 100644
--- a/allianceauth/theme/materia/auth_hooks.py
+++ b/allianceauth/theme/materia/auth_hooks.py
@@ -4,7 +4,7 @@ from allianceauth.theme.hooks import ThemeHook
class MateriaThemeHook(ThemeHook):
"""
- Materia theme
+ Bootswatch Materia Theme
https://bootswatch.com/materia/
"""
@@ -14,15 +14,15 @@ class MateriaThemeHook(ThemeHook):
"Materia",
"Material is the metaphor",
css=[{
- "url": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.0/materia/bootstrap.min.css",
- "integrity": "sha512-FukZyva60KXjmN0uleimuMCoAUwuRha1fSCdzWtxZ29YBIev3gGBU0FpTIEfmGZ9YSrmgW4Pv5geC/q11RuATg=="
+ "url": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.2/materia/bootstrap.min.css",
+ "integrity": "sha512-4+PCWoNUxEeasuW2ipP8Avsr7X/oS61Kz2CLdwS6ZfHt7jLuzAAcIfPlWLg4aGaDNo0GSmTOmM9biaqnmo6P7g=="
}],
js=[{
"url": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js",
"integrity": "sha512-TPh2Oxlg1zp+kz3nFA0C5vVC6leG/6mm1z9+mA81MI5eaUVqasPLO8Cuk4gMF4gUfP5etR73rgU/8PNMsSesoQ=="
}, {
- "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.min.js",
- "integrity": "sha512-3dZ9wIrMMij8rOH7X3kLfXAzwtcHpuYpEgQg1OA4QAob1e81H8ntUQmQm3pBudqIoySO5j0tHN4ENzA6+n2r4w=="
+ "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.min.js",
+ "integrity": "sha512-WW8/jxkELe2CAiE4LvQfwm1rajOS8PHasCCx+knHG0gBHt8EXxS6T6tJRTGuDQVnluuAvMxWF4j8SNFDKceLFg=="
}],
header_padding="5.25em"
)