From 0eff53564098f44d078c31bcc9d26fe2ca170a28 Mon Sep 17 00:00:00 2001 From: Zambom Date: Tue, 14 Mar 2017 23:25:27 -0300 Subject: [PATCH] Fixing inexisting template for conversation (Still does not show the talks) --- chat/templates/chat/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/templates/chat/list.html b/chat/templates/chat/list.html index ceb5c74..437d451 100644 --- a/chat/templates/chat/list.html +++ b/chat/templates/chat/list.html @@ -50,7 +50,7 @@

{% trans 'Conversations' %}

{% for chat in conversations %} - {% include 'chat/_view.html' %} + {% endfor %} {% else %} -- libgit2 0.21.2