mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-20 08:31:07 +00:00
6c629be667
Works on #25
2 lines
153 B
HTML
2 lines
153 B
HTML
{% load fr_display %}
|
|
<a href="/user/{{ user | username }}" class="user">{% if user.name %}{{ user.name }}{% else %}{{ user | username }}{% endif %}</a>
|