From e888b8e1ca0e6f738f7f3eae9f7aa2bcafa6ee36 Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Fri, 23 Aug 2024 14:17:09 +0000
Subject: [PATCH] Update file layout.html

---
 wiki/layout.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wiki/layout.html b/wiki/layout.html
index 438ce29..ca5b27f 100644
--- a/wiki/layout.html
+++ b/wiki/layout.html
@@ -8,7 +8,7 @@
     <link rel="license" href="https://creativecommons.org/licenses/by/4.0/"/>
 
     <!-- Bootstrap CSS -->
-    <!-- <link href="{{ url_for('static', filename = 'bootstrap.min.css') }}" rel="stylesheet"> -->
+    <link href="{{ url_for('static', filename = 'bootstrap.min.css') }}" rel="stylesheet">
 
     <!-- Custom CSS -->
     <link href="{{ url_for('static', filename = 'style.css') }}" rel="stylesheet">
@@ -55,9 +55,9 @@
   </header> -->
 
   <!-- Page Content -->
-  <!-- <div class="container"> -->
+  <div class="container">
     {% block page_content %}{% endblock %}
-  <!-- </div> -->
+  </div>
 
   <!-- Footer: MUST mention license AND have a link to team wiki's repository on gitlab.igem.org -->
   {% include 'footer.html' %}
-- 
GitLab