bookwyrm-mastodon/bookwyrm/templates/settings/report_preview.html

15 lines
296 B
HTML

{% extends 'components/card.html' %}
{% load i18n %}
{% block card-header %}
<h2 class="title is-4">
<a href="{% url 'settings-report' report.id %}">report title</a></h2>
{% endblock %}
{% block card-content %}
about this report
{% endblock %}
{% block card-footer %}
footer
{% endblock %}