links to speakers page in conversations

This commit is contained in:
Élie Bouttier 2016-08-21 12:30:27 +02:00
parent a85995fd2e
commit 6ff52cf8c2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<div class="panel panel-{% block panelstyleblock %}default{% endblock %}">
<div class="panel-heading">
{{ message.created }} | {{ message.author.profile }}
{{ message.created }} | <a href="{% url 'show-speaker' message.author.username %}">{{ message.author.profile }}</a>
</div>
<div class="panel-body">
{{ message.content }}