emile 10 months ago
parent ae79fb555f
commit fcfa00a310

Binary file not shown.

@ -59,7 +59,6 @@ class OnlineUserConsumer(WebsocketConsumer):
def online_user_connection_handler(self, event):
context = {
'customer_connections': event['customer_connections'],
}
html = render_to_string("details_templates/partials/recently-online.html", context=context)
self.send(text_data=json.dumps({

Loading…
Cancel
Save