moviewyrm/bookwyrm/templates/report.html

11 lines
217 B
HTML
Raw Normal View History

2022-01-10 22:55:10 +00:00
{% 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 %}