forked from mirrors/bookwyrm
9 lines
243 B
HTML
9 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 %}
|