forked from mirrors/bookwyrm
10 lines
217 B
HTML
10 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 %}
|