aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-11-19 22:55:58 +0200
committerFilipp Lepalaan <filipp@mac.com>2015-11-19 22:55:58 +0200
commit72111556edd4c108033e454758434df63045c0b0 (patch)
treec02fb2dbb42f4ce420e1dd93753c0ae5bf806a44 /servo/templates
parent693697ea725b040f04dcd166f53f495ba6049eaa (diff)
downloadServo-72111556edd4c108033e454758434df63045c0b0.tar.gz
Servo-72111556edd4c108033e454758434df63045c0b0.tar.bz2
Servo-72111556edd4c108033e454758434df63045c0b0.zip
Cleanup
Diffstat (limited to 'servo/templates')
-rwxr-xr-xservo/templates/products/index.html1
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>