Renames custom template tags file

This commit is contained in:
Mouse Reeve
2020-12-12 18:25:04 -08:00
parent 2b3daa0227
commit 1e08eeb4c2
34 changed files with 34 additions and 34 deletions

View File

@ -1,2 +1,2 @@
{% load fr_display %}
{% load bookwyrm_tags %}
<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 %}