diff options
author | Filipp Lepalaan <filipp@mac.com> | 2016-11-11 01:08:31 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2016-11-11 01:08:31 +0200 |
commit | bad0bc0d6c6cb4bf8807515af7462c51132b08e6 (patch) | |
tree | 40926e63fd515d3aefac359da25c3e3f13acd731 /servo | |
parent | 7904f7c5dc81f110bd820fe739087b3641ad891d (diff) | |
download | Servo-bad0bc0d6c6cb4bf8807515af7462c51132b08e6.tar.gz Servo-bad0bc0d6c6cb4bf8807515af7462c51132b08e6.tar.bz2 Servo-bad0bc0d6c6cb4bf8807515af7462c51132b08e6.zip |
Show purchase country in device form
Diffstat (limited to 'servo')
-rwxr-xr-x | servo/templates/devices/form.html | 1 |
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 %} |