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 %}