fix actions and tags colums

This commit is contained in:
Cayo Puigdefabregas 2022-08-29 12:55:53 +02:00
parent df37c46636
commit d3f87d553b
1 changed files with 0 additions and 6 deletions

View File

@ -170,9 +170,6 @@
{% endfor %}
</td>
<td class="table-danger">
{% for a in actions %}
* {{ a.t }}<br />
{% endfor %}
</td>
</tr>
</tbody>
@ -201,9 +198,6 @@
{% endfor %}
</td>
<td class="table-danger">
{% for tag in tags %}
* {{ tag.id }}<br />
{% endfor %}
</td>
</tr>
</tbody>