Updates reports notification
This commit is contained in:
parent
9e94a13acf
commit
79f3382ece
1 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'notifications/items/layout.html' %}
|
{% extends 'notifications/items/layout.html' %}
|
||||||
|
{% load humanize %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block primary_link %}{% spaceless %}
|
{% block primary_link %}{% spaceless %}
|
||||||
|
@ -10,6 +10,10 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block description %}
|
{% block description %}
|
||||||
{% url 'settings-report' as path %}
|
{% url 'settings-reports' as path %}
|
||||||
{% blocktrans %}A new <a href="{{ path }}">report</a> needs moderation.{% endblocktrans %}
|
{% blocktrans trimmed count counter=notification.related_reports.count with display_count=notification.related_reports.count|intcomma %}
|
||||||
|
A new <a href="{{ path }}">report</a> needs moderation
|
||||||
|
{% plural %}
|
||||||
|
{{ display_count }} new <a href="{{ path }}">reports</a> need moderation
|
||||||
|
{% endblocktrans %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue