aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/shipments/add_to_return.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/shipments/add_to_return.html')
-rwxr-xr-xservo/templates/shipments/add_to_return.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/servo/templates/shipments/add_to_return.html b/servo/templates/shipments/add_to_return.html
new file mode 100755
index 0000000..c1ca9da
--- /dev/null
+++ b/servo/templates/shipments/add_to_return.html
@@ -0,0 +1,14 @@
+{% extends "modal.html" %}
+{% load i18n %}
+
+{% block header %}
+{% trans "Add part to return" %}
+{% endblock header %}
+
+{% block body %}
+<form method="post" action="{{ action }}" accept-charset="utf-8" data-target="#search-results" id="search-form">
+ {% csrf_token %}
+ <input type="text" class="search-query" name="q" autocomplete="off" placeholder="{% trans "Return order number" %}"/>
+</form>
+<div id="search-results"></div>
+{% endblock body %}