diff options
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/web/oxfordshire/front/_list-entry.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/web/oxfordshire/front/_list-entry.html b/templates/web/oxfordshire/front/_list-entry.html index 046c3b97f..43d3d6265 100755 --- a/templates/web/oxfordshire/front/_list-entry.html +++ b/templates/web/oxfordshire/front/_list-entry.html @@ -1 +1,4 @@ -[% INCLUDE 'report/_item.html' no_fixed = 1 item_extra_class = 'item-list__item--with-pin' %] +[% INCLUDE 'report/_item.html' + no_fixed = 1 + item_extra_class = 'item-list__item--with-pin ' _ c.cobrand.pin_colour(problem) +%] |