[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

View File

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