From: Ciro Scognamiglio Date: Tue, 1 Apr 2014 08:14:35 +0000 (+0200) Subject: favicon and title X-Git-Tag: myslice-1.1~151^2~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=184706c86595e86187780b67b30f82a91e24223b;p=unfold.git favicon and title --- diff --git a/portal/static/img/favicon.ico b/portal/static/img/favicon.ico new file mode 100644 index 00000000..a2754aa1 Binary files /dev/null and b/portal/static/img/favicon.ico differ diff --git a/portal/templates/base.html b/portal/templates/base.html index 29d1b3fe..e739316b 100644 --- a/portal/templates/base.html +++ b/portal/templates/base.html @@ -1,9 +1,9 @@ {% load portal_filters %} {# This is required by insert_above #}{% insert_handler %} -OneLab - {{ section }} +OneLab Portal - {{ section }} - + {# This is where insert_str will end up #}{% media_container prelude %} {% include 'messages-transient-header.html' %}