Commit 5f5bb539 authored by Michal Čihař's avatar Michal Čihař

Do not sort messages, it makes no sense in the end

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 217c2c6a
......@@ -65,8 +65,7 @@ def home(request):
)
return redirect('password')
wb_messages = WhiteboardMessage.objects.order_by(
'message')
wb_messages = WhiteboardMessage.objects.all()
projects = Project.objects.all_acl(request.user)
if projects.count() == 1:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment