From f726c71bf1636a838f45363d1613763a2926e34f Mon Sep 17 00:00:00 2001
From: Frederick Muriuki Muriithi
Date: Wed, 12 Jun 2024 16:38:54 -0500
Subject: Update html templates to use bootstrap for styling
---
qc_app/templates/base.html | 3 +++
1 file changed, 3 insertions(+)
(limited to 'qc_app/templates/base.html')
diff --git a/qc_app/templates/base.html b/qc_app/templates/base.html
index 00ff2d7..91faee8 100644
--- a/qc_app/templates/base.html
+++ b/qc_app/templates/base.html
@@ -14,6 +14,9 @@
+
+
+
{%block css%}{%endblock%}
--
cgit v1.2.3