Move notification items into dir
This commit is contained in:
13
bookwyrm/templates/notifications/items/follow.html
Normal file
13
bookwyrm/templates/notifications/items/follow.html
Normal file
@ -0,0 +1,13 @@
|
||||
{% extends 'notifications/items/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 %}
|
Reference in New Issue
Block a user