From d4473665a7db8f1770cd8444e33c9579399d9fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Fri, 1 Dec 2017 00:36:08 +0100 Subject: [PATCH] volunteer details: add mail conversation --- cfp/templates/cfp/staff/volunteer_details.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/cfp/templates/cfp/staff/volunteer_details.html b/cfp/templates/cfp/staff/volunteer_details.html index 1c37e43..f54c5fd 100644 --- a/cfp/templates/cfp/staff/volunteer_details.html +++ b/cfp/templates/cfp/staff/volunteer_details.html @@ -42,13 +42,11 @@ {% endfor %} -{% comment %} -

{% trans "Messaging" %}

+

{% trans "Messaging" %}

-{% include 'mailing/_message_list.html' with messages=talk.conversation.message_set.all %} +{% include 'mailing/_message_list.html' with messages=volunteer.conversation.message_set.all %} -{% trans "Comment this talk – this message will be received by the staff team only" as message_form_title %} +{% trans "Send a message" as message_form_title %} {% include 'mailing/_message_form.html' %} -{% endcomment %} {% endblock %}