First pass at views for reporting

This commit is contained in:
Mouse Reeve
2021-03-08 15:49:44 -08:00
parent bf255bd51d
commit ab57b5b906
9 changed files with 102 additions and 3 deletions

View File

@ -0,0 +1,14 @@
{% 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