mirror of https://github.com/logos-co/open-law.git
hotfix: remove FLASK_ADMIN_SWATCH
This commit is contained in:
parent
0d1c0142f8
commit
76f27feb03
|
@ -103,7 +103,6 @@ def create_app(environment="development"):
|
|||
BookContributorView,
|
||||
)
|
||||
|
||||
app.config["FLASK_ADMIN_SWATCH"] = "Flatly"
|
||||
admin = Admin(
|
||||
app,
|
||||
name="Open Law Admin",
|
||||
|
|
Loading…
Reference in New Issue