From c5dae16510fa915a2999a96193d0554d366919fc Mon Sep 17 00:00:00 2001 From: Xavier Fiechter Date: Thu, 2 Feb 2023 23:57:41 +0100 Subject: [PATCH] . --- templates/_base.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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(); + });