fix titles

This commit is contained in:
envoyr
2022-02-22 19:10:53 +01:00
parent 8f7876b850
commit 4af1dff6fd
3 changed files with 8 additions and 6 deletions

View File

@@ -4,6 +4,6 @@
{% import "Froxlor/table/table.html.twig" as table %}
{{ table.table(listing, table_options.title) }}
{{ table.table(listing) }}
{% endblock %}