From 103c4bc302f8c3038b9084aa2126a75db1261cd6 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 12 Jun 2024 14:46:45 -0500 Subject: Use bundled bootstrap for styling the UI Use bootstrap to eliminate a myriad of UI styling headaches. --- qc_app/templates/base.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'qc_app/templates') diff --git a/qc_app/templates/base.html b/qc_app/templates/base.html index 0958687..00ff2d7 100644 --- a/qc_app/templates/base.html +++ b/qc_app/templates/base.html @@ -8,15 +8,20 @@ GN Uploader: {%block title%}{%endblock%} - - {%block css%}{%endblock%} + + + {%block css%}{%endblock%} + - {%block contents%}{%endblock%} +
+ {%block contents%}{%endblock%} +
{%block javascript%}{%endblock%} -- cgit v1.2.3