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,7 +50,7 @@
50 <h2 class="my-subjects-title"><b>{% trans 'Conversations' %}</b></h2> 50 <h2 class="my-subjects-title"><b>{% trans 'Conversations' %}</b></h2>
51 51
52 {% for chat in conversations %} 52 {% for chat in conversations %}
53 - {% include 'chat/_view.html' %} 53 +
54 {% endfor %} 54 {% endfor %}
55 </div> 55 </div>
56 {% else %} 56 {% else %}