Skip to content

Commit

Permalink
Serve index on / not /admin
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Aug 1, 2023
1 parent df2ddab commit fa611b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apptax/admin/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def index(self):


taxhub_admin = Admin(
template_mode="bootstrap4", name="Administration Taxhub", index_view=TaxhubView()
template_mode="bootstrap4", name="Administration Taxhub", index_view=TaxhubView(url="/")
)


Expand Down

0 comments on commit fa611b9

Please sign in to comment.