diff --git a/templates/_base.html b/templates/_base.html index 067a9c7..f2bf40c 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -165,7 +165,6 @@ body { } - {% block content_wrapper %} @@ -285,9 +284,9 @@ body { {% endblock %} - - - + + + @@ -303,7 +302,9 @@ body { })() - + $(document).ready(function () { + $('#bip329labels').DataTable(); + });