apply languages
This commit is contained in:
7
Main/views/ChatsView.py
Normal file
7
Main/views/ChatsView.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from SprintLib.BaseView import BaseView
|
||||
|
||||
|
||||
class ChatsView(BaseView):
|
||||
view_file = "chats.html"
|
||||
required_login = True
|
||||
endpoint = "chats"
|
@@ -17,3 +17,4 @@ from Main.views.SolutionsView import SolutionsView
|
||||
from Main.views.SetView import SetView
|
||||
from Main.views.GroupView import GroupView
|
||||
from Main.views.CheckersView import CheckersView
|
||||
from Main.views.ChatsView import ChatsView
|
||||
|
Reference in New Issue
Block a user