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

15 lines
291 B
HTML
Raw Normal View History

2021-03-08 18:49:44 -05:00
{% 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