forked from gergely/calendar-social
[Bugfix] Fix the display name on the profile pages
This commit is contained in:
parent
81d949d708
commit
303dd3d082
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user