moviewyrm/bookwyrm/templates/feed/suggested_users.html
2021-05-22 11:29:41 -07:00

7 lines
303 B
HTML

{% load i18n %}
<section class="block">
<h2 class="title is-5">{% trans "Who to follow" %}</h2>
{% include 'snippets/suggested_users.html' with suggested_users=suggested_users %}
<a class="help" href="{% url 'directory' %}">View directory <span class="icon icon-arrow-right"></a>
</section>