From 6043dabe8f1351f567843a6c0509958d6d56870a Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 14 Jun 2024 10:32:45 -0500 Subject: jquery, bootstrap: update page dependencies * Add jquery which is needed for bootstrap plugins. * Add the default bootstrap theme. * Provide route to serve up jquery libraries. --- qc_app/templates/base.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'qc_app/templates/base.html') diff --git a/qc_app/templates/base.html b/qc_app/templates/base.html index 91faee8..3f1ccac 100644 --- a/qc_app/templates/base.html +++ b/qc_app/templates/base.html @@ -9,7 +9,12 @@