bookwyrm/bookwyrm/templates/email/moderation_report/text_content.html

10 lines
243 B
HTML
Raw Normal View History

2021-11-18 04:22:00 +00:00
{% 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 %}