Fix the display name on profile pages #54

Merged
gergely merged 1 commits from profile-name-fix into master 2018-07-11 10:51:27 +00:00

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 %}