1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-03-10 13:42:27 +00:00
bookwyrm/fedireads/templates/snippets/avatar.html
2020-03-16 17:45:57 -07:00

2 lines
158 B
HTML

<img class="user-pic{% if large %} large{% endif %}" src="{% if user.avatar %}/images/{{ user.avatar }}{% else %}/static/images/default_avi.jpg{% endif %}">