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,12 @@
{% extends 'notifications/items/item_layout.html' %}
{% load i18n %}
{% block icon %}
<span class="icon icon-warning"></span>
{% endblock %}
{% block description %}
{% url 'settings-report' notification.related_report.id as path %}
{% blocktrans %}A new <a href="{{ path }}">report</a> needs moderation.{% endblocktrans %}
{% endblock %}