fix(User/Details): Display name
This commit is contained in:
parent
23bb405c92
commit
d32c7e4b66
@ -7,6 +7,7 @@
|
||||
{% else %}
|
||||
{% set name = user.username %}
|
||||
{% endif %}
|
||||
{{ name }}
|
||||
{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
|
Loading…
Reference in New Issue
Block a user