Update views.py

Better name for the chatbox
This commit is contained in:
Tran Trong Nghia 2023-01-18 11:04:52 +07:00 committed by GitHub
parent 7228146c95
commit d40b599a9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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__()