Skip to content

Commit 15e83b6

Browse files
committed
chore: adapt to latest version of flask-admin
1 parent 6e1610a commit 15e83b6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apptax/admin/admin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ def index(self):
2222
return redirect(url_for("taxons.index_view"))
2323

2424

25-
taxhub_admin = Admin(
26-
template_mode="bootstrap4", name="Administration Taxhub", index_view=TaxhubView(url="/")
27-
)
25+
taxhub_admin = Admin(name="Administration Taxhub", index_view=TaxhubView(url="/"))
2826

2927

3028
def taxhub_admin_addview(app, admin, category=None):

0 commit comments

Comments
 (0)