diff options
Diffstat (limited to 'servo/templates/products/index.html')
-rwxr-xr-x | servo/templates/products/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/servo/templates/products/index.html b/servo/templates/products/index.html index 24c4d5f..4b83383 100755 --- a/servo/templates/products/index.html +++ b/servo/templates/products/index.html @@ -36,6 +36,8 @@ <li class="divider"></li> <li><a href="{% url 'products-download' group.slug %}">{% trans "Download Products" %}</a></li> <li><a href="{% url 'products-get_inventory_report' %}">{% trans "Download Inventory Report" %}</a></li> + <li class="divider"></li> + <li><a href="{% url 'products-upload_prices' %}" data-modal="#modal">{% trans "Upload Prices" %}</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> |