fix(User/Details): Display name

This commit is contained in:
Stephen Burgess 2018-06-12 07:45:53 -05:00
parent 23bb405c92
commit d32c7e4b66

View file

@ -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 %}