Email templates

This commit is contained in:
Mouse Reeve
2021-11-17 20:22:00 -08:00
parent 8cf6eb1c13
commit 41dd915d7f
9 changed files with 53 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
{% 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 %}