diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-12-05 13:01:00 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-12-05 13:01:00 +0200 |
commit | ea3518103895ad380d531502e32b03edf14cde47 (patch) | |
tree | 32debd00109726c887143e89cb854987f8613e43 /servo/templates/products | |
parent | 6d5964987eddfe9d4e3dbbcb0142420359259c35 (diff) | |
download | Servo-ea3518103895ad380d531502e32b03edf14cde47.tar.gz Servo-ea3518103895ad380d531502e32b03edf14cde47.tar.bz2 Servo-ea3518103895ad380d531502e32b03edf14cde47.zip |
Cleanup
Diffstat (limited to 'servo/templates/products')
-rwxr-xr-x | servo/templates/products/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/products/index.html b/servo/templates/products/index.html index be5f8f2..24c4d5f 100755 --- a/servo/templates/products/index.html +++ b/servo/templates/products/index.html @@ -35,7 +35,7 @@ {% endif %} <li class="divider"></li> <li><a href="{% url 'products-download' group.slug %}">{% 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-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> |