moviewyrm/bookwyrm/templates/notifications/report.html
2021-10-02 09:50:48 -07:00

13 lines
343 B
HTML

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