Commit 0eff53564098f44d078c31bcc9d26fe2ca170a28

Authored by Zambom
1 parent e32bcf4c

Fixing inexisting template for conversation (Still does not show the talks)

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
chat/templates/chat/list.html
... ... @@ -50,7 +50,7 @@
50 50 <h2 class="my-subjects-title"><b>{% trans 'Conversations' %}</b></h2>
51 51  
52 52 {% for chat in conversations %}
53   - {% include 'chat/_view.html' %}
  53 +
54 54 {% endfor %}
55 55 </div>
56 56 {% else %}
... ...