From a8c36db0065a0b7ef5cde1776f975124c232f34e Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 18 Feb 2025 11:16:37 -0600 Subject: Include DataTables' scripts and styling globally. --- uploader/templates/base.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'uploader/templates/base.html') diff --git a/uploader/templates/base.html b/uploader/templates/base.html index 90652bf..5eca445 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -17,6 +17,8 @@ href="{{url_for('base.bootstrap', filename='css/bootstrap-theme.min.css')}}" /> + {%block css%}{%endblock%} @@ -129,6 +131,9 @@ + {%block javascript%}{%endblock%} -- cgit v1.2.3