fix(User/Details): Display name
This commit is contained in:
parent
23bb405c92
commit
d32c7e4b66
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user