fix actions and tags colums
This commit is contained in:
parent
df37c46636
commit
d3f87d553b
|
@ -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>
|
||||
|
|
Reference in New Issue