Fix inventory link to point to the correct route for better navigation
This commit is contained in:
parent
9c3d32e5a0
commit
a7708ce9c5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<h1 class="text-center display-3">Table of Contents</h1>
|
||||
<div class="row text-center m-5">
|
||||
<div class="col">
|
||||
<a class="link-success link-underline-opacity-0" href="{{ url_for('main.list_inventory') }}">Inventory</a>
|
||||
<a class="link-success link-underline-opacity-0" href="{{ url_for('main.inventory_index') }}">Inventory</a>
|
||||
</div>
|
||||
<div class="col">
|
||||
<a class="link-success link-underline-opacity-0" href="{{ url_for('main.list_users') }}">Users</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue