We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82f6b6 commit a5c1fbbCopy full SHA for a5c1fbb
flask_admin/theme.py
@@ -17,4 +17,10 @@ class BootstrapTheme(Theme):
17
fluid: bool = False
18
19
20
+@dataclass
21
+class FomanticUI(Theme):
22
+ folder: typing.Literal["fomanticui"] = 'fomanticui'
23
+ base_template: str = "admin/base.html"
24
+
25
26
Bootstrap4Theme = partial(BootstrapTheme, folder="bootstrap4")
0 commit comments