aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/orders
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-10-20 23:41:00 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-10-20 23:41:00 +0300
commit43cbcc02861871e8c8dc0041fe78f00c0e3ad10c (patch)
tree566cb458f313f42fa25700559146f6f6eebd8ccc /servo/templates/orders
parent07ef9e5daf68c864e34962bb63de938902b7c5d9 (diff)
downloadServo-43cbcc02861871e8c8dc0041fe78f00c0e3ad10c.tar.gz
Servo-43cbcc02861871e8c8dc0041fe78f00c0e3ad10c.tar.bz2
Servo-43cbcc02861871e8c8dc0041fe78f00c0e3ad10c.zip
Added ACP+ support
Diffstat (limited to 'servo/templates/orders')
-rwxr-xr-xservo/templates/orders/gsx_repair_form.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/servo/templates/orders/gsx_repair_form.html b/servo/templates/orders/gsx_repair_form.html
index 2751b5e..aa1daf1 100755
--- a/servo/templates/orders/gsx_repair_form.html
+++ b/servo/templates/orders/gsx_repair_form.html
@@ -59,11 +59,12 @@
</div>
<div class="tab-pane" id="tab2">
{% include "form_field_snippet.html" with field=repair_form.notes %}
+ {% include "form_field_snippet.html" with field=repair_form.request_review %}
{% include "form_field_snippet.html" with field=repair_form.unit_received_at %}
{% include "form_field_snippet.html" with field=repair_form.attachment %}
{% include "form_field_snippet.html" with field=repair_form.reference %}
{% include "form_field_snippet.html" with field=repair_form.consumer_law %}
- {% include "form_field_snippet.html" with field=repair_form.request_review %}
+ {% include "form_field_snippet.html" with field=repair_form.acplus %}
{% if repair.can_mark_complete %}
{% include "form_field_snippet.html" with field=repair_form.replacement_sn %}
{% include "form_field_snippet.html" with field=repair_form.mark_complete %}