From a3a3565189e32d119d9496bf2e12b9e89e516137 Mon Sep 17 00:00:00 2001 From: sysadminix Date: Fri, 9 Aug 2024 18:53:53 +0300 Subject: [PATCH] add rightpaneluser from dev --- templates/widgets/w_chat_right_panel_user.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/widgets/w_chat_right_panel_user.html b/templates/widgets/w_chat_right_panel_user.html index 03a9a0b..8acf4c5 100644 --- a/templates/widgets/w_chat_right_panel_user.html +++ b/templates/widgets/w_chat_right_panel_user.html @@ -9,11 +9,11 @@ {{ 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 %}#}
-{# {{ item.unread_msgs_count }}#} + {{ unanswered_msgs_count }}
{% endif %}