Adds report templates

This commit is contained in:
Mouse Reeve
2021-10-02 09:50:48 -07:00
parent df8f67895c
commit 8f56ad9e99
10 changed files with 283 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
{% 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 %}