Fixes display of ratings

This commit is contained in:
Mouse Reeve
2021-03-07 07:56:33 -08:00
parent b895059f03
commit dfecdca6f9
3 changed files with 4 additions and 6 deletions

View File

@ -1,9 +1,7 @@
{% spaceless %}
{% load bookwyrm_tags %}
<{% if anchor %}a href="{{ user.local_path }}"{% else %}span{% endif %}
class="user ml-1"
>
<{% if anchor %}a href="{{ user.local_path }}"{% else %}span{% endif %}>
{{ user.display_name }}
</a>