bookwyrm-mastodon/bookwyrm/templates/report.html

11 lines
217 B
HTML

{% extends "layout.html" %}
{% load i18n %}
{% block title %}
{% trans "Report" %}
{% endblock %}
{% block content %}
{% include "snippets/report_modal.html" with user=user active=True static=True %}
{% endblock %}