mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 00:56:19 +01:00
BS5 Theme
This commit is contained in:
11
allianceauth/theme/bootstrap/apps.py
Normal file
11
allianceauth/theme/bootstrap/apps.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class BootstrapThemeConfig(AppConfig):
|
||||
name = "allianceauth.theme.bootstrap"
|
||||
label = "bootstrap"
|
||||
version = "5.3.0"
|
||||
verbose_name = f"Bootstrap v{version}"
|
||||
|
||||
def ready(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user