1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-17 18:31:15 +00:00

Remove static_url_path

This commit is contained in:
Mo 2022-08-09 15:43:31 +02:00
parent bdabc9f32a
commit abe5088b90
2 changed files with 0 additions and 2 deletions

View file

@ -99,7 +99,6 @@ adminSpace = FlaskAdmin(
name="Admin@AdvLabDB",
url="/admin",
template_mode="bootstrap4",
static_url_path="/static/a",
index_view=SecureAdminIndexView(name="Home", url="/admin", endpoint="admin"),
)

View file

@ -31,7 +31,6 @@ assistantSpace = FlaskAdmin(
name="Assistant@AdvLabDB",
url="/assistant",
template_mode="bootstrap4",
static_url_path="/static/a",
index_view=SecureAssistantIndexView(name="Home", url="/assistant", endpoint="assistant"),
)