diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index 5b5967cf..d35e9b27 100644 Binary files a/osinaweb/db.sqlite3 and b/osinaweb/db.sqlite3 differ diff --git a/osinaweb/osinacore/templates/details_templates/partials/recently-online.html b/osinaweb/osinacore/templates/details_templates/partials/recently-online.html index a2cac59c..88eb40c2 100644 --- a/osinaweb/osinacore/templates/details_templates/partials/recently-online.html +++ b/osinaweb/osinacore/templates/details_templates/partials/recently-online.html @@ -29,7 +29,7 @@ {% if staff_connection.online %}
Online
{% else %} -{% if staff_connection.user.staffprofile %} {{staff_connection.user.staffprofile.get_last_seen}} {% else %} {{staff_connection.user.customerprofile.get_last_seen}} {% endif %}
+{{staff_connection.user.staffprofile.get_last_seen}}
{% endif %} @@ -54,12 +54,12 @@{{recent_logged_in_customer.first_name}} - {{recent_logged_in_customer.last_name}}
- {% if staff_connection.online %} +{{customer_connection.user.first_name}} + {customer_connection.user..last_name}}
+ {% if customer_connection.online %}Online
{% else %} -{% if staff_connection.user.staffprofile %} {{staff_connection.user.staffprofile.get_last_seen}} {% else %} {{staff_connection.user.customerprofile.get_last_seen}} {% endif %}
+{{customer_connection.user.customerprofile.get_last_seen}}
{% endif %}