We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0699e1 commit d7c7a70Copy full SHA for d7c7a70
1 file changed
src/teams/templates/task_detail.html
@@ -25,7 +25,7 @@ <h4>Comments</h4>
25
<ul class="list-group">
26
{% for comment in task.comments.all %}
27
<li class="list-group-item">
28
- <strong>{{ comment.author.user.username }}</strong>: {{ comment.comment }}
+ <strong>{{ comment.author.user.profile.get_public_credit_name }}</strong>: {{ comment.comment }}
29
</li>
30
{% empty %}
31
0 commit comments