[Bugfix] Fix the display name on the profile pages

This commit is contained in:
Gergely Polonkai 2018-07-11 09:35:32 +02:00
parent 81d949d708
commit 303dd3d082
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% block content %}
<h1>
{{ profile.name }}
{{ profile.display_name }}
<small>@{{ profile.user.username}}</small>
</h1>
{% if profile.user != current_user %}