From 424bfdb617003dc8cddc4c10afb64583824341db Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 17 Aug 2015 00:04:51 +0300 Subject: UI fixes --- servo/templates/devices/search_gsx_warranty.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'servo/templates/devices') diff --git a/servo/templates/devices/search_gsx_warranty.html b/servo/templates/devices/search_gsx_warranty.html index e278001..d56605e 100755 --- a/servo/templates/devices/search_gsx_warranty.html +++ b/servo/templates/devices/search_gsx_warranty.html @@ -23,13 +23,13 @@
{% trans "IMEI" %}
{{ d.imei|safe }}
{% trans "Applied Activation Policy" %}
-
{{ d.applied_activation_policy }}
+
{{ d.applied_activation_policy|default:"-" }}
{% trans "Initial Activation Policy" %}
-
{{ d.initial_activation_policy }}
+
{{ d.initial_activation_policy|default:"-" }}
{% trans "Next Tether Policy" %}
-
{{ d.next_tether_policy }}
+
{{ d.next_tether_policy|default:"-" }}
{% trans "Find My iPhone" %}
-
{{ d.get_fmip_status }}
+
{{ d.get_fmip_status|default:"-" }}
{% trans "Unlocked" %}
{{ d.unlocked|yesno }}
{% endif %} -- cgit v1.2.3