moviewyrm/bookwyrm/templates/notifications/report.html

13 lines
343 B
HTML
Raw Normal View History

2021-10-02 16:50:48 +00:00
{% extends 'notifications/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 %}