moviewyrm/bookwyrm/templates/report.html

11 lines
235 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 %}
2022-01-28 04:05:17 +00:00
{% include "snippets/report_modal.html" with user=user active=True static=True id="report-modal" %}
2022-01-10 22:55:10 +00:00
{% endblock %}