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