2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Bootstrapify the table

This commit is contained in:
Oliver Walters
2019-09-15 23:11:06 +10:00
parent 2c1a744c2d
commit 4746a3ccff
2 changed files with 8 additions and 1 deletions

View File

@ -27,4 +27,11 @@
</tbody>
</table>
{% endblock %}
{% block js_ready %}
{{ block.super }}
$("#other-table").bootstrapTable();
{% endblock %}