Add JournalEntry list view w/filtering

This commit is contained in:
Jeremy Stretch
2021-03-16 15:57:23 -04:00
parent 64d11d32c8
commit 8be4fbbce3
9 changed files with 94 additions and 10 deletions

View File

@@ -27,4 +27,5 @@
</div>
{% endif %}
{% include 'panel_table.html' %}
{% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
{% endblock %}