From: Yasin Rahman Date: Fri, 20 Feb 2015 16:38:09 +0000 (+0100) Subject: base.html: theme based favicon introduced X-Git-Tag: myslice-1.3~82 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=97ec2a5ee64f66b19f3a40e10af824f2108eeb64 base.html: theme based favicon introduced --- diff --git a/portal/templates/base.html b/portal/templates/base.html index df38156a..9c6eb1b2 100644 --- a/portal/templates/base.html +++ b/portal/templates/base.html @@ -3,7 +3,16 @@ {{theme}} portal - {{ section }} - + + +{% if theme == "fed4fire" %} + +{% elif theme == "smartfire" %} + +{% else %} + +{% endif %} + {# This is where insert_str will end up #}{% media_container prelude %} {% include 'messages-transient-header.html' %}