From c6a1ef4bb57aa89b7950e1121bae491aeff0f25a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bel=C3=A9n=20Barros=20Pe=C3=B1a?= Date: Tue, 9 Sep 2014 16:01:05 +0100 Subject: [PATCH] templates: Move "About" at the bottom of the page MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is part of the steps needed to make the "nav" bar into a pure breadcrumb trail. It's quite usual these days to have "about" style links at the bottom of pages. Signed-off-by: Damien Lespiau Signed-off-by: Belén Barros Peña Acked-by: Stephen Finucane --- templates/base.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 1e2d4c93..1b755430 100644 --- a/templates/base.html +++ b/templates/base.html @@ -74,9 +74,6 @@ >project list {% endif %} -
{% if messages %} @@ -92,7 +89,8 @@ -- 2.47.3