bookwyrm-mastodon/bookwyrm/templates/snippets/avatar.html

4 lines
234 B
HTML
Raw Normal View History

2020-12-12 21:25:04 -05:00
{% load bookwyrm_tags %}
2020-12-17 15:46:05 -05:00
<img class="avatar image {% if large %}is-96x96{% else %}is-32x32{% endif %}" src="{% if user.avatar %}/images/{{ user.avatar }}{% else %}/static/images/default_avi.jpg{% endif %}" alt="{{ user.alt_text }}">