aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/base.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-06-12 16:38:54 -0500
committerFrederick Muriuki Muriithi2024-06-13 12:01:14 -0500
commitf726c71bf1636a838f45363d1613763a2926e34f (patch)
tree8b5e0323106026abafa5cc0385a32df9df62f9e5 /qc_app/templates/base.html
parent05402410638fc7dd678a6289ccd2a9ce11acc5e7 (diff)
downloadgn-uploader-f726c71bf1636a838f45363d1613763a2926e34f.tar.gz
Update html templates to use bootstrap for styling
Diffstat (limited to 'qc_app/templates/base.html')
-rw-r--r--qc_app/templates/base.html3
1 files changed, 3 insertions, 0 deletions
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 @@
<link rel="shortcut icon" type="image/png" sizes="64x64"
href="{{url_for('static', filename='images/CITGLogo.png')}}" />
+ <link rel="stylesheet" type="text/css" href="/static/css/custom-bootstrap.css" />
+ <link rel="stylesheet" type="text/css" href="/static/css/styles.css" />
+
{%block css%}{%endblock%}
</head>