diff -r eb0d56ec0d90 -r 05b5e51e8823 src/cm/templates/site/unauthorized.html --- a/src/cm/templates/site/unauthorized.html Thu Oct 03 11:57:33 2013 +0200 +++ b/src/cm/templates/site/unauthorized.html Thu Oct 10 09:37:17 2013 +0200 @@ -2,6 +2,16 @@ {% load i18n %} {% block content %} +

+{% if CONF.f_get_logo_url %} +
+{% else %} + +{% if CONF.workspace_name %} +{{ CONF.workspace_name }} +{% endif %} +{% endif %} +

{% blocktrans %}Unauthorized{% endblocktrans %}