Skip to content

Commit

Permalink
forum: use full name instead of username
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianR committed Oct 19, 2017
1 parent 5adb0a5 commit 88037a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wouso/interface/forum/templates/forum/replies_list.html
Expand Up @@ -7,7 +7,7 @@
<div class="post">
<h4 class="media-heading">
<a href="{% url player_profile post.user.user.id %}">
{{ post.user.user }}
{{ post.user.full_name }}
</a>
- {{ post.topic.name }}
</h4>
Expand Down

0 comments on commit 88037a1

Please sign in to comment.