moviewyrm/bookwyrm/templates/notifications/follow.html

14 lines
311 B
HTML
Raw Normal View History

2021-10-02 16:50:48 +00:00
{% extends 'notifications/item_layout.html' %}
{% load i18n %}
{% load utilities %}
{% block icon %}
<span class="icon icon-local"></span>
{% endblock %}
{% block description %}
{% trans "followed you" %}
{% include 'snippets/follow_button.html' with user=notification.related_user %}
{% endblock %}