Make reports

This commit is contained in:
Mouse Reeve
2021-03-08 18:36:34 -08:00
parent e59c127686
commit 21f199c548
12 changed files with 96 additions and 19 deletions

View File

@ -0,0 +1,2 @@
{% extends 'settings/admin_layout.html' %}
{% load i18n %}

View File

@ -2,7 +2,7 @@
{% load i18n %}
{% block card-header %}
<h2 class="title is-4">
<a href="{% url settings-report report.id %}">report title</a></h2>
<a href="{% url 'settings-report' report.id %}">report title</a></h2>
{% endblock %}
{% block card-content %}
@ -11,4 +11,4 @@ about this report
{% block card-footer %}
footer
{% endblock
{% endblock %}