From bad0bc0d6c6cb4bf8807515af7462c51132b08e6 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Fri, 11 Nov 2016 01:08:31 +0200 Subject: Show purchase country in device form --- servo/templates/devices/form.html | 1 + 1 file changed, 1 insertion(+) (limited to 'servo/templates/devices') 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 @@
{% 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 %} -- cgit v1.2.3