From d40b599a9caab34e40d4b2c02fed71fec513bb97 Mon Sep 17 00:00:00 2001 From: Tran Trong Nghia <80335335+emladevops@users.noreply.github.com> Date: Wed, 18 Jan 2023 11:04:52 +0700 Subject: [PATCH] Update views.py Better name for the chatbox --- chat_box/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_box/views.py b/chat_box/views.py index 95a6819..34b82bb 100644 --- a/chat_box/views.py +++ b/chat_box/views.py @@ -42,7 +42,7 @@ import json class ChatView(ListView): context_object_name = "message" template_name = "chat/chat.html" - title = _("Chat Box") + title = _("LQDOJ Chat") def __init__(self): super().__init__()