diff --git a/wiki/layout.html b/wiki/layout.html index 438ce29d9598817993315f6209313a1411975ee9..ca5b27f74c7e562550f15e3c9d62c30399381190 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' %}