From e5ad9f7b6d0e125253774965456b717391930a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Wed, 14 Sep 2016 22:51:48 +0200 Subject: [PATCH] note that talk conversation are for orga only --- proposals/templates/proposals/talk_detail.html | 1 + 1 file changed, 1 insertion(+) diff --git a/proposals/templates/proposals/talk_detail.html b/proposals/templates/proposals/talk_detail.html index 5ecb8e4..11605aa 100644 --- a/proposals/templates/proposals/talk_detail.html +++ b/proposals/templates/proposals/talk_detail.html @@ -73,6 +73,7 @@ {% endif %}

{% trans "Messages:" %}

+{% trans "These messages are for organization team only." %}

{% for message in talk.conversation.messages.all %} {% include 'conversations/_message_detail.html' %} {% endfor %}