Skip to content

Commit

Permalink
remove usage list from admin menu
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Sep 7, 2023
1 parent 0744b6a commit 09a13a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coldfront/templates/common/navbar_invoice.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<li id="navbar-invoice" class="nav-item dropdown">
<!-- <li id="navbar-invoice" class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">Usage Reports</a>
<div class="dropdown-menu">
<a id="navbar-allocation-invoice-list" class="dropdown-item" href="{% url 'allocation-invoice-list' %}">Allocations
Usage List</a>
{% comment %} <a id="navbar-allocation-invoice-paid-list" class="dropdown-item" href="{% url 'allocation-invoice-paid-list' %}">Allocations {% endcomment %}
{% comment %} Invoice Paid List</a> {% endcomment %}
</div>
</li>
</li> -->

0 comments on commit 09a13a0

Please sign in to comment.