diff options
Diffstat (limited to 'servo/templates/orders/remove_product.html')
-rwxr-xr-x | servo/templates/orders/remove_product.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/orders/remove_product.html b/servo/templates/orders/remove_product.html index e6d2966..3aacb2b 100755 --- a/servo/templates/orders/remove_product.html +++ b/servo/templates/orders/remove_product.html @@ -10,7 +10,7 @@ {% endblock body %} {% block footer %} -<form action="{% url 'servo.views.order.remove_product' order.id item.id %}" method="post"> +<form action="{% url 'orders-remove_product' order.id item.id %}" method="post"> {% csrf_token %} <button type="submit" class="btn btn-danger">{% trans "Delete" %}</button> </form> |