From 814555aefb58cdd7ae906e80f7a58fec2df3cab4 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Mon, 9 Apr 2018 22:45:15 +0200 Subject: Forces the sidebar and the rest of that container div to fill the page --- templates/wiki/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/wiki/base.html b/templates/wiki/base.html index d28d9e77..4dce58d6 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -21,9 +21,9 @@ {% endblock %} -
+
{% include "main/navigation.html" %} -
+
    {% if (can_edit or debug) and current_page == "page" %} -- cgit v1.2.3