From f61482ded60c7c65975302f1aa1d6a12d1f288d2 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Thu, 18 Jul 2024 12:05:54 +0300 Subject: [PATCH] 1.1.39 show/hide unanswered_msgs_count --- templates/widgets/w_chat_right_panel_user.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/widgets/w_chat_right_panel_user.html b/templates/widgets/w_chat_right_panel_user.html index 43a231d..8acf4c5 100644 --- a/templates/widgets/w_chat_right_panel_user.html +++ b/templates/widgets/w_chat_right_panel_user.html @@ -9,8 +9,8 @@ {{ item.last_name }} {{ item.first_name }} {{ item.last_msg }} -{# {% if item.unread_msgs_count %}#} - {% if unanswered_msgs_count > 0 %} + {% if item.unread_msgs_count %} +{# {% if unanswered_msgs_count > 0 %}#}
{{ unanswered_msgs_count }}