Make reports
This commit is contained in:
2
bookwyrm/templates/settings/report.html
Normal file
2
bookwyrm/templates/settings/report.html
Normal file
@ -0,0 +1,2 @@
|
||||
{% extends 'settings/admin_layout.html' %}
|
||||
{% load i18n %}
|
@ -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 %}
|
||||
|
Reference in New Issue
Block a user