bookwyrm/bookwyrm/templates/report.html
2022-01-10 14:55:10 -08:00

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 %}