From 076917967b51efd65acb391d90d41f4112791bf0 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Wed, 2 Apr 2014 12:40:39 +0200 Subject: [PATCH] wip user info and slices list --- portal/templates/base.html | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/portal/templates/base.html b/portal/templates/base.html index 29d1b3fe..1c5a2d49 100644 --- a/portal/templates/base.html +++ b/portal/templates/base.html @@ -1,7 +1,7 @@ {% load portal_filters %} {# This is required by insert_above #}{% insert_handler %} -OneLab - {{ section }} +{{theme}} portal - {{ section }} {# This is where insert_str will end up #}{% media_container prelude %} @@ -31,6 +31,39 @@ {% insert_str prelude "css/topmenu.css" %} {% insert_str prelude "js/logout.js" %} + + {% block container %} -- 2.43.0