Move notification items into dir

This commit is contained in:
Mouse Reeve
2021-10-02 10:46:09 -07:00
parent 0320898f4e
commit 5adbf2d087
11 changed files with 18 additions and 18 deletions

View 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 %}