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
Showing only changes of commit 303dd3d082 - Show all commits

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