Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonynoyes16 committed May 3, 2023
2 parents 4894d24 + 2f137b8 commit 9c604a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project3_11/templates/reports.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<h4 class="text-center py-5">Navigate</h4>
<ul class="nav flex-column gap-3">

<a class="btn btn-primary btn-block btn-lg p-5" role="button">Order</a>
<a class="btn btn-primary btn-block btn-lg p-5" href="{% url 'order_page' %}" role="button">Order</a>
<a class="btn btn-primary btn-block btn-lg p-5" href="{% url 'editInventoryItems' %}" role="button">Inventory Items</a>
<a class="btn btn-primary btn-block btn-lg p-5" href="{% url 'edit_menu_items' %}" role="button">Menu Items</a>
<a class="btn btn-primary btn-block btn-lg p-5" href="{% url 'reports' %}" role="button">Reports</a>
Expand Down

0 comments on commit 9c604a1

Please sign in to comment.