From cd43080d109372669a54fa31cb32cf441a02dcfc Mon Sep 17 00:00:00 2001 From: emile Date: Tue, 9 Jul 2024 09:41:57 +0300 Subject: [PATCH] new --- osinaweb/db.sqlite3 | Bin 1462272 -> 1462272 bytes .../partials/recently-online.html | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index bd98370d563c1f753ec6f2a462253e1c5b1f49b6..e2e8c1617567c597b2809a563972bcf2059e5623 100644 GIT binary patch delta 211 zcmZoz5ZSOGa)LDD(up$8j7v8rJk?<2Yj)FYchh79VkRJF24WTpF delta 211 zcmZoz5ZSOGa)LDDf{8NDj0-jAT+ZitAfi85-*u8Cw__nKLjjs4#Fc zIC63r85o)98kp-ESSlEpSs7YbnOf=@7?>KG8@GMnZTrC2_JP0cgFxE{!L|=VZ6Ac& rK8S4lAj;wZG5<6FXQ25P`KRBt7Zc+J8p`X(%mbv@n7NlZhzS4yVDLM} diff --git a/osinaweb/osinacore/templates/details_templates/partials/recently-online.html b/osinaweb/osinacore/templates/details_templates/partials/recently-online.html index f66b9019..a2cac59c 100644 --- a/osinaweb/osinacore/templates/details_templates/partials/recently-online.html +++ b/osinaweb/osinacore/templates/details_templates/partials/recently-online.html @@ -27,9 +27,9 @@

{{staff_connection.user.first_name}} {{staff_connection.user.last_name}}

{% if staff_connection.online %} -

Online

+

Online

{% else %} -

{% if staff_connection.user.staffprofile %} {{staff_connection.user.staffprofile.get_last_seen}} {% else %} {{staff_connection.user.customerprofile.get_last_seen}} {% endif %}

+

{% if staff_connection.user.staffprofile %} {{staff_connection.user.staffprofile.get_last_seen}} {% else %} {{staff_connection.user.customerprofile.get_last_seen}} {% endif %}

{% endif %} @@ -57,9 +57,9 @@

{{recent_logged_in_customer.first_name}} {{recent_logged_in_customer.last_name}}

{% if staff_connection.online %} -

Online

+

Online

{% else %} -

{% if staff_connection.user.staffprofile %} {{staff_connection.user.staffprofile.get_last_seen}} {% else %} {{staff_connection.user.customerprofile.get_last_seen}} {% endif %}

+

{% if staff_connection.user.staffprofile %} {{staff_connection.user.staffprofile.get_last_seen}} {% else %} {{staff_connection.user.customerprofile.get_last_seen}} {% endif %}

{% endif %}