Display FQN on user profiles

Fix #130
This commit is contained in:
Bat
2018-07-26 18:36:38 +02:00
parent 7af1faf206
commit 84974897ed
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,6 +1,9 @@
<div class="user">
<h1>
{{ user.name }}
<small>@{{ user.fqn }}</small>
{% if user.is_admin %}
<span class="badge">{{ "Admin" | _ }}</span>
{% endif %}