Move notification items into dir
This commit is contained in:
12
bookwyrm/templates/notifications/items/report.html
Normal file
12
bookwyrm/templates/notifications/items/report.html
Normal 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 %}
|
Reference in New Issue
Block a user