aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/purchases/order_stock.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/purchases/order_stock.html')
-rwxr-xr-xservo/templates/purchases/order_stock.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/servo/templates/purchases/order_stock.html b/servo/templates/purchases/order_stock.html
new file mode 100755
index 0000000..fe3f4a0
--- /dev/null
+++ b/servo/templates/purchases/order_stock.html
@@ -0,0 +1,17 @@
+{% extends "modal.html" %}
+{% load i18n %}
+
+{% block header %}
+ {% trans "Submit this stocking order?" %}
+{% endblock header %}
+
+{% block body %}
+ {% trans "Products will be ordered from GSX." %}
+{% endblock body %}
+
+{% block footer %}
+ <form action="{{ action }}" method="post">
+ {% csrf_token %}
+ <button class="btn btn-danger">{% trans "Submit" %}</button>
+ </form>
+{% endblock footer %}