hotfix: remove FLASK_ADMIN_SWATCH

This commit is contained in:
SvyatoslavArtymovych 2023-06-12 09:45:03 +03:00
parent 0d1c0142f8
commit 76f27feb03
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ def create_app(environment="development"):
BookContributorView,
)
app.config["FLASK_ADMIN_SWATCH"] = "Flatly"
admin = Admin(
app,
name="Open Law Admin",