From 2d6509788d2ca2e4ee709b4e5c58a84e7855fadd Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 14 Jul 2020 09:36:23 +0200 Subject: [PATCH] Userportal: Remove link in icon if requirements are needed BT#16255 --- .../template/default/user_portal/classic_session.tpl | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/main/template/default/user_portal/classic_session.tpl b/main/template/default/user_portal/classic_session.tpl index 5ba4f7c556..ab9f97324e 100644 --- a/main/template/default/user_portal/classic_session.tpl +++ b/main/template/default/user_portal/classic_session.tpl @@ -92,9 +92,15 @@
- - {{ item.html_image }} - + {% if item.requirements %} + + {{ item.html_image }} + + {% else %} + + {{ item.html_image }} + + {% endif %}