BS5 Theme

This commit is contained in:
Aaron Kable
2023-10-07 08:20:22 +00:00
committed by Ariel Rin
parent 567d97f38a
commit 2e78aa5f26
161 changed files with 3198 additions and 1655 deletions

View File

@@ -0,0 +1,11 @@
from django.apps import AppConfig
class FlatlyThemeConfig(AppConfig):
name = "allianceauth.theme.flatly"
label = "flatly"
version = "5.3.0"
verbose_name = f"Bootswatch Flatly v{version}"
def ready(self):
pass