rename main code directory
This commit is contained in:
2
bookwyrm/templates/snippets/username.html
Normal file
2
bookwyrm/templates/snippets/username.html
Normal file
@ -0,0 +1,2 @@
|
||||
{% load fr_display %}
|
||||
<a href="/user/{{ user | username }}" class="user">{% if user.name %}{{ user.name }}{% else %}{{ user | username }}{% endif %}</a>{% if possessive %}'s{% endif %}{% if show_full and user.name or show_full and user.localname %} ({{ user.username }}){% endif %}
|
Reference in New Issue
Block a user