Duh. Fix macros call

This commit is contained in:
Alexander Graf
2023-01-26 20:10:51 +01:00
parent 2fa0461803
commit 8b0b87984d
6 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
{%- endblock %}
{%- block content %}
{%- macros.table(order='[[1,"asc"]]') %}
{%- call macros.table(order='[[1,"asc"]]') %}
<thead>
<tr>
<th data-orderable="false">{% trans %}Actions{% endtrans %}</th>

View File

@@ -13,7 +13,7 @@
{%- endblock %}
{%- block content %}
{%- macros.table(order='[[1,"asc"]]') %}
{%- call macros.table(order='[[1,"asc"]]') %}
<thead>
<tr>
<th data-orderable="false">{% trans %}Actions{% endtrans %}</th>

View File

@@ -13,7 +13,7 @@
{%- endblock %}
{%- block content %}
{%- macros.table(order='[[1,"asc"]]') %}
{%- call macros.table(order='[[1,"asc"]]') %}
<thead>
<tr>
<th data-orderable="false">{% trans %}Actions{% endtrans %}</th>

View File

@@ -13,7 +13,7 @@
{%- endblock %}
{%- block content %}
{%- macros.table(order='[[1,"asc"]]') %}
{%- call macros.table(order='[[1,"asc"]]') %}
<thead>
<tr>
<th data-orderable="false">{% trans %}Actions{% endtrans %}</th>

View File

@@ -13,7 +13,7 @@
{%- endblock %}
{%- block content %}
{%- macros.table(order='[[1,"asc"]]') %}
{%- call macros.table(order='[[1,"asc"]]') %}
<thead>
<tr>
<th data-orderable="false">{% trans %}Actions{% endtrans %}</th>

View File

@@ -13,7 +13,7 @@
{%- endblock %}
{%- block content %}
{%- macros.table(order='[[2,"asc"]]') %}
{%- call macros.table(order='[[2,"asc"]]') %}
<thead>
<tr>
<th data-orderable="false">{% trans %}Actions{% endtrans %}</th>