aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/orders/reserve_products.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-10-01 00:31:02 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-10-01 00:31:02 +0300
commit0c6d66e7ced5f1c7843eba4221b08db79e56a021 (patch)
treec16473f761eb5d26d2a3d1a4ceb2f9f2875b44e4 /servo/templates/orders/reserve_products.html
parentec6276e2fb2bb0785f14469bbe8eb292f4a6e6b7 (diff)
downloadServo-0c6d66e7ced5f1c7843eba4221b08db79e56a021.tar.gz
Servo-0c6d66e7ced5f1c7843eba4221b08db79e56a021.tar.bz2
Servo-0c6d66e7ced5f1c7843eba4221b08db79e56a021.zip
Inventory bug fixes
and performance enhancements
Diffstat (limited to 'servo/templates/orders/reserve_products.html')
-rwxr-xr-xservo/templates/orders/reserve_products.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/servo/templates/orders/reserve_products.html b/servo/templates/orders/reserve_products.html
index 318a28d..08640b5 100755
--- a/servo/templates/orders/reserve_products.html
+++ b/servo/templates/orders/reserve_products.html
@@ -2,11 +2,11 @@
{% load i18n %}
{% block header %}
- {% blocktrans with id=order.code %}Reserve all products in order {{ id }}?{% endblocktrans %}
+ {% blocktrans with id=order.code %}Reserve products in order {{ id }}{% endblocktrans %}
{% endblock header %}
{% block footer %}
-<form action="{{ action }}" method="post" accept-charset="utf-8">
+<form action="{{ request.path }}" method="post" accept-charset="utf-8">
{% csrf_token %}
<button class="btn btn-primary" type="submit">{% trans "Reserve" %}</button>
</form>