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,12 @@
{% 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 %}