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