about summary refs log tree commit diff
path: root/qc_app/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'qc_app/templates/base.html')
-rw-r--r--qc_app/templates/base.html11
1 files changed, 8 insertions, 3 deletions
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 @@
 
     <title>GN Uploader: {%block title%}{%endblock%}</title>
 
-    <link rel="stylesheet" type="text/css" href="/static/css/styles.css" />
-    {%block css%}{%endblock%}
+    <link rel="stylesheet" type="text/css"
+	  href="{{url_for('base.bootstrap', filename='css/bootstrap.css')}}" />
 
     <link rel="shortcut icon" type="image/png" sizes="64x64"
 	  href="{{url_for('static', filename='images/CITGLogo.png')}}" />
+
+    {%block css%}{%endblock%}
+
   </head>
 
   <body>
-    {%block contents%}{%endblock%}
+    <div class="container">
+      {%block contents%}{%endblock%}
+    </div>
 
     {%block javascript%}{%endblock%}
   </body>