bookwyrm/bookwyrm/templates/email/moderation_report/text_content.html
2021-11-17 20:22:00 -08:00

10 lines
243 B
HTML

{% extends 'email/text_layout.html' %}
{% load i18n %}
{% block content %}
{% blocktrans %}@{{ reporter}} has flagged behavior by @{{ reportee }} for moderation. {% endblocktrans %}
{% trans "View report" %}
{{ report_link }}
{% endblock %}