mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-23 10:30:41 +00:00
fix(User/Details): Display name
This commit is contained in:
parent
23bb405c92
commit
d32c7e4b66
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
{% else %}
|
||||
{% set name = user.username %}
|
||||
{% endif %}
|
||||
{{ name }}
|
||||
{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
|
|
Loading…
Reference in a new issue