diff options
Diffstat (limited to 'servo/templates/devices')
-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 %} |