From 19444b3b1c3d80b860d9d749942b7d2558950bcb Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 11 Nov 2015 15:43:55 +0200 Subject: Refactored searches into separate module --- servo/templates/devices/search_gsx_parts.html | 46 +++++++++++++-------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'servo/templates/devices/search_gsx_parts.html') diff --git a/servo/templates/devices/search_gsx_parts.html b/servo/templates/devices/search_gsx_parts.html index 63bfdb9..48ba7a7 100755 --- a/servo/templates/devices/search_gsx_parts.html +++ b/servo/templates/devices/search_gsx_parts.html @@ -3,28 +3,28 @@ {% autoescape on %} {% for p in results %} - - {{ p.code }} - {{ p.title }}
{{ p.eee_code|truncatechars:40 }} - {{ p.price_sales_exchange|currency }} - {{ p.price_sales_stock|currency }} - 0 - -
- - - - -
- - + + {{ p.code }} + {{ p.title }}
{{ p.eee_code|truncatechars:40 }} + {{ p.price_sales_exchange|currency }} + {{ p.price_sales_stock|currency }} + 0 + +
+ + + + +
+ + {% endfor %} {% endautoescape %} -- cgit v1.2.3