forked from mirrors/bookwyrm
Fixes display name showing up on user page
This commit is contained in:
parent
5c9a3a5667
commit
9ed18a2b1d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{% extends 'user/user_layout.html' %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{{ user.name }}{% endblock %}
|
||||
{% block title %}{{ user.display_name }}{% endblock %}
|
||||
|
||||
{% block header %}
|
||||
<div class="columns is-mobile">
|
||||
|
|
Loading…
Reference in a new issue