aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2016-11-11 01:08:31 +0200
committerFilipp Lepalaan <filipp@mac.com>2016-11-11 01:08:31 +0200
commitbad0bc0d6c6cb4bf8807515af7462c51132b08e6 (patch)
tree40926e63fd515d3aefac359da25c3e3f13acd731
parent7904f7c5dc81f110bd820fe739087b3641ad891d (diff)
downloadServo-bad0bc0d6c6cb4bf8807515af7462c51132b08e6.tar.gz
Servo-bad0bc0d6c6cb4bf8807515af7462c51132b08e6.tar.bz2
Servo-bad0bc0d6c6cb4bf8807515af7462c51132b08e6.zip
Show purchase country in device form
-rwxr-xr-xservo/templates/devices/form.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/servo/templates/devices/form.html b/servo/templates/devices/form.html
index 8682101..b4823a4 100755
--- a/servo/templates/devices/form.html
+++ b/servo/templates/devices/form.html
@@ -19,6 +19,7 @@
<div class="tab-pane" id="tab2">
{% include "form_field_snippet.html" with field=form.purchased_on %}
{% include "form_field_snippet.html" with field=form.brand %}
+ {% include "form_field_snippet.html" with field=form.purchase_country %}
{% include "form_field_snippet.html" with field=form.reseller %}
{% include "form_field_snippet.html" with field=form.product_line %}
{% include "form_field_snippet.html" with field=form.configuration %}