diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-11-19 22:55:58 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-11-19 22:55:58 +0200 |
commit | 72111556edd4c108033e454758434df63045c0b0 (patch) | |
tree | c02fb2dbb42f4ce420e1dd93753c0ae5bf806a44 /servo/templates/products | |
parent | 693697ea725b040f04dcd166f53f495ba6049eaa (diff) | |
download | Servo-72111556edd4c108033e454758434df63045c0b0.tar.gz Servo-72111556edd4c108033e454758434df63045c0b0.tar.bz2 Servo-72111556edd4c108033e454758434df63045c0b0.zip |
Cleanup
Diffstat (limited to 'servo/templates/products')
-rwxr-xr-x | servo/templates/products/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servo/templates/products/index.html b/servo/templates/products/index.html index fefcecd..1bb75db 100755 --- a/servo/templates/products/index.html +++ b/servo/templates/products/index.html @@ -35,6 +35,7 @@ {% endif %} <li class="divider"></li> <li><a href="{% url 'products-download' %}">{% trans "Download Products" %}</a></li> + <li class="disabled"><a href="{% url 'products-get_inventory_report' %}">{% trans "Download Inventory Report" %}</a></li> <li><a href="{% url 'products-upload_products' %}" data-modal="#modal">{% trans "Upload Products" %}</a></li> <li><a href="{% url 'products-upload_gsx_parts' %}" data-modal="#modal">{% trans "Upload Parts Database" %}</a></li> </ul> |