]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/people/base.html
people: Add nickname
[ipfire.org.git] / src / templates / people / base.html
index db9ae164fe6971d4e92d40e3d63d01c33e400bbb..3d30008fd46c43db4a5f372aa227ff8f23fe065b 100644 (file)
@@ -9,7 +9,7 @@
                                <img class="img-fluid rounded-circle my-2" src="{{ account.avatar_url(512) }}" alt="{{ account }}" />
 
                                <h3 class="my-3">
-                                       <a class="text-white" href="/users/{{ account.uid }}">{{ account.name }}</a>
+                                       <a class="text-white" href="/users/{{ account.uid }}">{{ account }}</a>
                                </h3>
 
                                {% if account.has_sip() %}