Update views.py
Better name for the chatbox
This commit is contained in:
parent
7228146c95
commit
d40b599a9c
1 changed files with 1 additions and 1 deletions
|
@ -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__()
|
||||
|
|
Loading…
Reference in a new issue