volunteer details: add mail conversation

This commit is contained in:
Élie Bouttier 2017-12-01 00:36:08 +01:00
parent 23401def0a
commit d4473665a7
1 changed files with 3 additions and 5 deletions

View File

@ -42,13 +42,11 @@
{% endfor %} {% endfor %}
{% comment %} <h2>{% trans "Messaging" %}</h2>
<h3>{% trans "Messaging" %}</h3>
{% 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 <em>this message will be received by the staff team only</em>" as message_form_title %} {% trans "Send a message" as message_form_title %}
{% include 'mailing/_message_form.html' %} {% include 'mailing/_message_form.html' %}
{% endcomment %}
{% endblock %} {% endblock %}